-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update scvelo for Windows #80
Comments
|
|
0.2.5 is resolved in whichever order bioconda and conda-forge channels are placed However, conda-forge first gets everything but one package from conda-forge, which seems a bit better than 4-5 packages from bioconda if that one is first.
|
Sad face The latest environment above leads to the error
Which seems to occur during the installation of the environment, before scvelo is even run. Fix seems to be matplotlib <= 3.7.3 No luck:
This seems to help: Namely:
Note: from the current man page of
|
Latest environment seems to have issue with
|
Did I run into this one yet?
|
This seems to install properly
EDIT: Ran into error
Seems related to theislab/scvelo#811 |
Trying
|
Trying
Impossible
|
Trying
(removed numpy requirement) EDIT: Ran back into error above |
Trying
Source: theislab/scvelo#1124 (comment) |
Back to error
Meaning back to matplotlib 3.6.3
|
Back to error
Meaning back to pandas 1.5.2
|
Back to error
Back to numpy 1.21.1
|
* update environment for windows using micromamba * try Windows environment resolved using micromamba * add pip dependencies * downgrade matplotlib to 3.7.3 (https://stackoverflow.com/questions/77128061/ydata-profiling-profilereport-attributeerror-module-matplotlib-cbook-has-no) * downgrade pandas (theislab/scvelo#811 (comment)) * remove pip section * #80 (comment) * woops updated env in R code too * downgrade python (theislab/scvelo#1124 (comment)) * matplotlib 3.6.3 * pandas 1.5.2 * numpy 1.21.1 * fix version bump * remove useless pip --------- Co-authored-by: Kevin Rue <kevinrue@users.noreply.github.com>
Hurray! Fixed by #82 |
scvelo==0.3.2
not available due to dependency onjaxlib>=0.4.3
scvelo==0.3.1
not available due to dependency onpytorch >=1.8.0
0.3.0 same
The text was updated successfully, but these errors were encountered: