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

Will not install on Mac M1 (osx-arm64) architecture #35

Open
nmra-abarthmaron opened this issue Oct 18, 2023 · 1 comment
Open

Will not install on Mac M1 (osx-arm64) architecture #35

nmra-abarthmaron opened this issue Oct 18, 2023 · 1 comment

Comments

@nmra-abarthmaron
Copy link

🐛 Bug

To Reproduce

Steps to reproduce the behavior:

Conda:

  1. git clone https://github.com/stjude/punctatools.git
  2. cd punctatools/
  3. conda env create -f punctatools.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
  - pyvcf

(pyvcf is not supported on osx-arm64)

pip:

  1. conda create -n punctatools python=3.9; conda activate punctatools
  2. pip install git+https://github.com/stjude/[email protected]
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
@nmra-abarthmaron
Copy link
Author

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)

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

1 participant