-
Notifications
You must be signed in to change notification settings - Fork 84
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
installation issue #405
Comments
hello, I have the same problem here while trying to install it. I first created a virtual environment and activated it
I then proceeded by installing velocyto using pip
I got the following error messagge
So I proceeded by manually installing the dependencies into the virtualEnv
When I try then to install again velocyto I get the following:
What am I missing? currently running onto arm64 M3 with macOS Sonoma 14.5 :) |
I am facing this issue too. 'numpy' installation completes without any issues, however 'pip install velocyto' fails citing 'ModuleNotFoundError: No module named 'numpy'' I installed 'numpy' with Conda and pip, velocity installation fails with the same error message. |
Dear developers
I have problems to install velocyto through anaconda mini-conda, through the Sryder console. pip install velocyto did not go on python 3.9 or 3.11.
Collecting velocyto
Using cached velocyto-0.17.17.tar.gz (198 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Note: you may need to restart the kernel to use updated packages.
error: subprocess-exited-with-error
python setup.py egg_info did not run successfully.
exit code: 1
[6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\u0153852\AppData\Local\Temp\pip-install-55o8yc8v\velocyto_f8958368a200418ab96f142c9b467509\setup.py", line 3, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
Encountered error while generating package metadata.
See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Can you suggest my mistake, please?
The text was updated successfully, but these errors were encountered: