Closed glarange closed 3 years ago
Update: Using python 3.7 solved above. But now get below. For some reason, numpy works in IPython, Spyder etc. but not at the CLI. Workarounds this appreciated! I'm trying reinstalling numpy without much success yet.
C:\Users\student\Documents\ReEDS_OpenAccess-master>python runbatch.py
Traceback (most recent call last):
File "runbatch.py", line 9, in <module>
import pandas as pd
File "C:\ProgramData\Anaconda3\lib\site-packages\pandas\__init__.py", line 19, in <module>
"Missing required dependencies {0}".format(missing_dependencies))
ImportError: Missing required dependencies ['numpy']
Installed Py 3.65 and did pip install gdxpds within the base directory and it ran. Closing.
Getting the following error below when attempting pip install gdxpds. Can you please advise? Must say I installed Anaconda Python 3.8. Could that be the problem? Thanks.