You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: pip is looking at multiple versions of punctatools to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement bioformats (from intake-io) (from versions: none)
ERROR: No matching distribution found for bioformats
Expected behavior
Expected to install the package.
Environment
macOS Ventura 13.6 (Apple M1 Pro)
conda 4.12.0
pip 22.3.1
The text was updated successfully, but these errors were encountered:
I also tried on a windows computer and had a different issue for conda installation:
Collecting aiohttp (from intake-io==0.0.2->-r C:\Users\asa.barthmaron\punctatools\condaenv._p8plecb.requirements.txt (line 3))
Downloading aiohttp-3.8.6-cp39-cp39-win_amd64.whl.metadata (7.9 kB)
INFO: pip is looking at multiple versions of intake-io to determine which version is compatible with other requirements. This could take a while.
failed
CondaEnvException: Pip failed
But a similar error for the pip installation:
Collecting aiohttp (from intake_io@ git+https://github.com/bhoeckendorf/[email protected]>punctatools==0.2.0)
Using cached aiohttp-3.8.6-cp39-cp39-win_amd64.whl.metadata (7.9 kB)
INFO: pip is looking at multiple versions of intake-io to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9
ERROR: Could not find a version that satisfies the requirement bioformats (from intake-io) (from versions: none)
ERROR: No matching distribution found for bioformats
(punctatools)
🐛 Bug
To Reproduce
Steps to reproduce the behavior:
Conda:
(pyvcf is not supported on osx-arm64)
pip:
Expected behavior
Expected to install the package.
Environment
The text was updated successfully, but these errors were encountered: