Trouble installing pyeviews with Anaconda
Posted: Thu Sep 12, 2024 12:16 am
I'm trying to install the pyeviews package to my Anaconda environment but get the following error message. Is my understanding correct that I need to use an earlier version of Python...?
(ML) C:\Users\myuser>conda install -c bexer pyeviews
Channels:
- bexer
- defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: / warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package pyeviews-1.0.1-py27_1 requires python >=2.7,<2.8.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable and it requires
│ └─ python 3.12.* , which can be installed;
└─ pyeviews is not installable because there are no viable options
├─ pyeviews 1.0.1 would require
│ └─ python >=2.7,<2.8.0a0 , which conflicts with any installable versions previously reported;
├─ pyeviews [1.0.1|1.0.2|1.0.3|1.0.4|1.0.5] would require
│ └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
├─ pyeviews [1.0.1|1.0.2|1.0.3|1.0.4|1.0.5] would require
│ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
├─ pyeviews [1.0.3|1.0.4|1.0.5] would require
│ └─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
└─ pyeviews [1.0.3|1.0.4|1.0.5] would require
└─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported.
(ML) C:\Users\myuser>conda install -c bexer pyeviews
Channels:
- bexer
- defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: / warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package pyeviews-1.0.1-py27_1 requires python >=2.7,<2.8.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable and it requires
│ └─ python 3.12.* , which can be installed;
└─ pyeviews is not installable because there are no viable options
├─ pyeviews 1.0.1 would require
│ └─ python >=2.7,<2.8.0a0 , which conflicts with any installable versions previously reported;
├─ pyeviews [1.0.1|1.0.2|1.0.3|1.0.4|1.0.5] would require
│ └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
├─ pyeviews [1.0.1|1.0.2|1.0.3|1.0.4|1.0.5] would require
│ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
├─ pyeviews [1.0.3|1.0.4|1.0.5] would require
│ └─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
└─ pyeviews [1.0.3|1.0.4|1.0.5] would require
└─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported.