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

ERROR: Could not find a version that satisfies the requirement bioformats (from intake-io) (from versions: none) ERROR: No matching distribution found for bioformats #34

Open
MichelleKMS opened this issue Sep 27, 2023 · 2 comments

Comments

@MichelleKMS
Copy link

🐛 Bug

To Reproduce

Steps to reproduce the behavior:
Capture

Expected behavior

Environment

  • Operation System
  • conda version (conda --version)
  • pip version (pip --version)
  • punctatools version
  • Any other relevant information:

Additional context

@nestorsaiz
Copy link

I am finding the same issue when trying to install intake_io. I'm using python 3.9 on the conda environment and a MacBook Pro M1, with the ARM installation of anaconda. Is this a problem?

@MichelleKMS
Copy link
Author

MichelleKMS commented Oct 6, 2023

I use python 3.8 and install each required package with conda install/conda install-c conda-forge, and it works. I am using Window though.

#1. conda create -n test2punctatools python=3.8
#2. conda activate test2punctatools
#3. conda install -c anaconda ipykernel
#4. conda install -c anaconda scipy
#5. conda install -c conda-forge ddt
#6. conda install -c anaconda pytest
#7. conda install -c conda-forge tqdm
#8. conda install -c anaconda scikit-image
#9. conda install pandas
#10. conda install -c anaconda seaborn
#11. conda install -c bokeh bokeh==2.4
#12. conda install -c conda-forge holoviews
#13. conda install -c anaconda jupyter
#14. conda install -c conda-forge pyvcf
#15. conda install -c anaconda git
#16. conda install -c bioconda bioformats
#17. conda install -c conda-forge cellpose
#18. conda install -c anaconda pip
#19. pip install cellpose
#20. pip install git+https://github.com/amedyukhina/am_utils.git
#21. pip install git+https://github.com/bhoeckendorf/[email protected]
#22. pip install git+https://github.com/stjude/[email protected]

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