-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unable to install with Python 3.8.5 #31
Comments
Hi, I would first check what version of FlowUtils you have installed. It should be version 0.9.3. Try reinstalling numpy and then FlowUtils and hopefully this should resolve the issues. Currently the most reliable way of using CytoPy v2.0 is with the docker image. Version 3 of CytoPy is under active development and will address installation issues. Apologies for any trouble this has caused. Ross |
Hi! But after opening the jupyter notebook via the Docker image, the "shapely" package could not be found/imported.
These are the steps I took to run the Docker image:
However, the given URL/links led to a Jupyter site that required a different token or password than the ones created in cytopy-CytoPy-1 in order to access the jupyter server (attached screenshot). I wasn't sure what to do at this point.
I'm new to Docker, so I would greatly appreciate any tips on how to properly run the jupyter notebook! Thanks!! ` |
Same error here |
I have installed conda and created a new virtual environment:
conda create --name myEnv python=3.8.5
Activate the environment:
conda activate myEnv
Installed numpy:
pip install numpy==1.19
This worked fine. But then when I try:
pip install cytopy
But I end up with this error:
The text was updated successfully, but these errors were encountered: