-
Notifications
You must be signed in to change notification settings - Fork 28
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
scimap installation got error #64
Comments
Hi,
|
@liuyangzzu did you install scimap in a new conda environment? Also what computer platform are you using? thank you. |
Hi, I am using Linux OS. I am using exactly you provided new conda environment, as below:
|
Got it. Based on GitHub actions it seems to install fine on ubuntu-latest. - what version are you using? Unfortunately, I do not have a Linux system to test. |
is there a different system you could test? |
googling a bit, some people have suggested using python 3.9 seem to have fixed their issue with installing pyqt6
|
I used python 3.9 as you provided above, but still same error when install pyqt6. |
@liuyangzzu try the below: I have updated the code base to separate out Firstly, we suggest installing Here's how you can install both using pip: pip install scimap[napari] If you encounter a problem with PyQt6 during the installation, you can install To install just pip install scimap |
May I know do you have a plan to upload a build to conda. (I know probably the best practice is to create a new environment for every package.) I found a hard time installing scimap with other conventional scRNAseq/ spatial packages. Even if I do pip, it still fails (and it reinstalls numpy, llvmlite, tifffile, numba, dask, zarr, and scikit-learn before it crashes for dask-expr). |
@chiwwong which OS are you using? I can look into how to package it into a Conda build, but I think you will encounter the same issues, as different packages are looking for different versions of the dependencies you have listed. |
@ajitjohnson I really appreciate your prompt reply. I use both M2 Mac and Linux (Red Hat Enterprise Linux 8.7 (Ootpa); Kernel: Linux 4.18.0-425.3.1.el8.x86_64). I do understand that eventually the package/ dependency could crash. But it is still a good idea to know that in advance as conda will not allow proceeding if it is unable to solve the dependency. My situation is that the installation of scimap was terminated in the middle of the installation, and some of the previously conda-installed packages were replaced with pip. (I am also naive to pip/ conda/ package management, but I wonder if it is also possible to undo the "reinstallation" of packages. I think this behavior should have an option to stop it happen given it is just uninstall and reinstall the same package with the same version, from conda to pip). Thanks! |
Hallo Everyone,
I have tried to install scimap (python version=3.8) in window (window 10 pro), the installation process it seems ok until "pytest", however it was failed at step "combat". The source of error due to "metadata-generation-failed". Anyone have faced this problem? how to fix it?
This is the output of installation:
For your help, I really appreciate in advance.
Best regards,
Bugie
The text was updated successfully, but these errors were encountered: