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

Python 3.6 not available in Anaconda (miniconda) #280

Open
moderski opened this issue Apr 29, 2022 · 2 comments
Open

Python 3.6 not available in Anaconda (miniconda) #280

moderski opened this issue Apr 29, 2022 · 2 comments

Comments

@moderski
Copy link
Collaborator

moderski commented Apr 29, 2022

digicampipe has a strict dependence on python=3.6 in environment.yml. However, on Mac with M1 processors (arm64 architecture ) Python 3.6 is not available and "There are no plans to backport support to 3.7 and 3.6 which are in the security-fix-only phase of their release cycles.".
Can we release the requirement for Python 3.6 in digicampipe?

PS. Python 3.6 is not available in any new distributions of Anaconda.

@moderski
Copy link
Collaborator Author

After removing python=3.6 dependency there are another errors during installation process:

(base) moderski@MacBook-Pro-2 ~ % conda env create -f digicampipe/environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - pyqt[version='<=5.11']
  - pytest=3
  - pyyaml=3.13

@moderski
Copy link
Collaborator Author

After removing pyqt, pytest, and pyyaml dependencies there are errors related to eventio and astrometry.

Log from installation process:
conda env create -f digicampipe/environment.yml
digicampipe.log

@moderski moderski changed the title Python 3.6 not available on Mac with arm64 processors Python 3.6 not available in Anaconda (miniconda) Apr 29, 2022
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