Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I have Anaconda-32 bit with python 3.9, also 32-bit version. I used PIP to install pypsse within a CONDA environment window as follows:

C:\Users\..>python
Python 3.9.7 (default, Sep 16 2021, 16:58:32) [MSC v.1916 32 bit (Intel)] :: Anaconda, Inc. on win32
...
C:\Users\..\Python>pip install pypsse
Collecting pypsse
  Using cached pypsse-0.1.9-py3-none-any.whl
Requirement already satisfied: numpy in c:\programdata\anaconda3_32bit\lib\site-packages (from pypsse) (1.20.3)
Requirement already satisfied: pandas in c:\programdata\anaconda3_32bit\lib\site-packages (from pypsse) (1.4.1)
Requirement already satisfied: python-dateutil>=2.8.1 in c:\programdata\anaconda3_32bit\lib\site-packages (from pandas->pypsse) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in c:\programdata\anaconda3_32bit\lib\site-packages (from pandas->pypsse) (2021.3)
Requirement already satisfied: six>=1.5 in c:\programdata\anaconda3_32bit\lib\site-packages (from python-dateutil>=2.8.1->pandas->pypsse) (1.16.0)
Installing collected packages: pypsse
Successfully installed pypsse-0.1.9

C:\Users\..\Python>