cta-sst-1m / digicampipe

DigiCam pipeline based on ctapipe
GNU General Public License v3.0
3 stars 3 forks source link

Python 3.6 not available in Anaconda (miniconda) #280

Open moderski opened 2 years ago

moderski commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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