-
Notifications
You must be signed in to change notification settings - Fork 3
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
pip install error #9
Comments
Hello, Thank you in advance ! |
Unfortunately no, the authors did at one time respond and attempt to fix the issues with their code, but for some reason have now abandoned the repository. I can say that the problem above is related to the fact that there are packages listed as requirements which are included in the base distribution of python, so the requirement cannot be satisfied. You might try changing the requirements file, but I would expect plenty of bugs to work out. |
Thank you so much for your answer ! So you've never been able to install and test the package ? |
I was able to install and test the SimpleCSE before the most recent changes were made. I'm not sure if it will work now. The full pipeline never worked for me. You can look through the closed issues to see some of the problems. |
Okay ! Thank you very much for your help ! |
New conda environment in WSL
pip install CellSegmentationEvaluator
Collecting CellSegmentationEvaluator
Using cached CellSegmentationEvaluator-1.5.9.tar.gz (25 kB)
Preparing metadata (setup.py) ... done
Collecting numpy (from CellSegmentationEvaluator)
Using cached numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
INFO: pip is looking at multiple versions of cellsegmentationevaluator to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement re (from cellsegmentationevaluator) (from versions: none)
ERROR: No matching distribution found for re
The text was updated successfully, but these errors were encountered: