Closed Ejdrup closed 4 years ago
After chewing myself through every requirement that wasn't the correct version I finally got it to work. In short, the supplied requirements.txt did not contain a setup of versions that worked for me.
Hi @Ejdrup thanks for reporting this - yes SimBA requires numpy 1.18.1, which seems to be the numpy version specified in the requirements.txt.
For anyone else seeing this error at startup, run:
pip install numpy==1.18.1
If the numpy install failed, there is risk the installation of correct versions of pandas/pytables also may have failed which could cause errors further down the line. For the correct versions of pandas/pytables, run:
pip install pandas==0.25.3
pip install tables==3.5.1
Thanks again
When executing SimBA.py I get the following error:
My input:
C:\ProgramData\simba\simba>python SimBA.py
Error output:Passing:
returns 1.14.5, which is what is specified in the requirements.txt.