You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced some issues when trying to use an environment file for differential expression analysis. Many of them were caused by an old pertpy version (0.5.0). And a newer version can't be installed because of an old Python requirement (v. 3.9) in the environment file, while the new version of pertpy requires at least 3.10. I find environment files highly valuable (especially those containing R packages) and wish they were up to date.
To Reproduce
Steps to reproduce the behavior:
Download the environment file from the chapter "Dealing with conditions"
Run conda env create -f differential_gene_expression.yml
Try to import the packages from the first cell in the corresponding chapter. I did not succeed.
I am, however, not sure that it allows to reproduce the content in the chapter, so I opened an issue instead of PR. Glad to provide more information if needed!
The text was updated successfully, but these errors were encountered:
Describe the bug
I faced some issues when trying to use an environment file for differential expression analysis. Many of them were caused by an old
pertpy
version (0.5.0). And a newer version can't be installed because of an old Python requirement (v. 3.9) in the environment file, while the new version of pertpy requires at least 3.10. I find environment files highly valuable (especially those containing R packages) and wish they were up to date.To Reproduce
Steps to reproduce the behavior:
conda env create -f differential_gene_expression.yml
The following environment file worked for me:
I am, however, not sure that it allows to reproduce the content in the chapter, so I opened an issue instead of PR. Glad to provide more information if needed!
The text was updated successfully, but these errors were encountered: