Page 1 of 1

Trouble installing pyeviews with Anaconda

Posted: Thu Sep 12, 2024 12:16 am
by paues
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.

Re: Trouble installing pyeviews with Anaconda

Posted: Thu Sep 12, 2024 8:39 am
by EViews Steve
We had to rename our pyeviews package to py2eviews.

Please use py2eviews package instead. This will have the latest fixes (version 1.0.7) to work better with newer versions of Pandas.

All future updates will happen in py2eviews only.

Oh and we don't use bexer anymore. Our whitepaper was updated, but if you wish to install py2eviews in anaconda, please use the following command:

Code: Select all

conda install eviews::py2eviews
If you continue to have issues installing py2eviews, please let me know your python version and bitness (32 or 64 bit).

Steve