-
Notifications
You must be signed in to change notification settings - Fork 118
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
[BUG] CELLxGENE not installable - tried conda+pip and docker #2677
Labels
Comments
See also #2635 . |
This fixes the numpy.dtype problem:
just now the removal of the imp package kicks in:
|
The "imp" module was last supported in Python 3.9. And pipx only installs a Python version that is available on your machine, so you first need to install Python of said version. I used brew (not conda):
followed by
and if now there are issues then these likely warrant another tread:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
trying with docker, I ran into
With conda I admittedly did not use pip but pipx and then the installation itself runs fine, just when starting cellxgene, I get
This is some already well-documented issue in many projects and CELLxGENE is not to blame for it, except for its dependency constraints.
Can you please direct me on what I should try next? Like indeed use pip and a system-wide install?
The text was updated successfully, but these errors were encountered: