-
Notifications
You must be signed in to change notification settings - Fork 47
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
Conda fails to install python-bioformats- incompatible with python 3? #142
Comments
After further testing, I was able to |
@markemus I just ran into this issue as well with same error-message. Did you find a solution or work-around? |
@michaelmell We have python-bioformats 4.0.0 installed with pip3 in Python 3.6.9 on another system- I didn't install it myself, but I don't think they had any trouble and it works fine. Python3 is also listed as an option in the setup.py file: https://github.com/CellProfiler/python-bioformats/blob/master/setup.py |
I don't know if it is still relevant but I had similar issue on windows 10. |
I'm running python 3.9. Using https://github.com/CellProfiler/CellProfiler/blob/master/setup.py#L64, I installed as much as I could with conda/mamba but found that some required pip as the proper versions were not available at any of the conda repos: A couple of notes:
|
I tried this in two environments, first with python3.9 and czifile installed, and then again in a fresh environment with python3.6. Same error.
conda install -c bioconda python-bioformats
returns
Does the conda version not support python3 for some reason? I see it's been updated recently so I'd be surprised.
The text was updated successfully, but these errors were encountered: