Skip to content
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

Open
smith6jt-cop opened this issue Feb 22, 2024 · 5 comments
Open

pip install error #9

smith6jt-cop opened this issue Feb 22, 2024 · 5 comments

Comments

@smith6jt-cop
Copy link

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

@ChaDub
Copy link

ChaDub commented May 24, 2024

Hello,
did you find a solution ? I have the same problem when I want to install the package in a conda environment.

Thank you in advance !

@smith6jt-cop
Copy link
Author

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.

@ChaDub
Copy link

ChaDub commented May 24, 2024

Thank you so much for your answer !
I'll try that !

So you've never been able to install and test the package ?

@smith6jt-cop
Copy link
Author

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.

@ChaDub
Copy link

ChaDub commented May 27, 2024

Okay ! Thank you very much for your help !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants