Wednesday, July 17, 2019

Pyeviews update: now compatible with Python 3

If you’re a user of both EViews and Python, then you may already be aware of pyeviews (if not, take a look at our original blog post here or our whitepaper here). 

Pyeviews has been updated and is now compatible with Python 3. We’ve also added support for numpy structured arrays and several additional time series frequencies. 

You can get these updates through pip:

pip install pyeviews

Through the conda-forge channel in Anaconda:

conda install pyeviews -c conda-forge

Or by typing:

python setup.py install

in your installation directory.