-
Notifications
You must be signed in to change notification settings - Fork 6
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
An error when installing envi #9
Comments
Getting the same error. Package is installed without problems but this error appears when trying to import in an interactive session. |
I was faced with the same issue and managed to solve it by installing a previous version of
Therefore running the following code solved the issue for me:
I don't know if this might be worth a PR. Maybe the author has a fix already in the works. |
Thanks for your solution, it works for me. I think I can open a PR and it seems that there is no explict information for this bug, moreover, it seems that we also need to install scanpy, which is also not mentioned by this tool. I also face a problem about installing gpu version of jax for this model. I will try the updated one later. -- update: It seems that we cannot pull the request since we are not collobrators. Let's wait for their news. |
Hi, it seems that I also cannot install the cuda version of jax: WARNING: jax 0.4.23 does not provide the extra 'cuda11-pip' Based on the codes provided in the read me file. Does anyone successfully install the jax with cuda setting? Thanks. |
I managed to install jax on my system (with CUDA at version 12.2 installed) by running:
If you have a different version of CUDA installed on your system you should be able to accomodate for that by specifying it in the command above (e.g. Hope this helps! |
Apologies for the late response. Thank you for pointing this out, we have been seeing issues with people running ENVI on cuda11... We found that instead of installing jax with
You should run these commands instead (notice the scipy specification):
And then install ENVI:
Let us know if this works for you as well! |
Hi, there is a bug when I follow the readme file to install envi:
Would you please help me figure out it? Thanks.
The text was updated successfully, but these errors were encountered: