aestimo 2.0 version installation
Closed this issue · 8 comments
PIP entry for Aestimo is still to version 1.2.1. In the past, @robochat did the maintenance of the PIP entries. However, he is quite busy now and in my humble opinion PIP will give us additional workload, which we do not have anymore.
Therefore, mostly, we will delete the PIP entry of Aestimo in the near future. Instead of PIP, please download the release as a zip file, extract and use.
Sorry for any inconvenience.
Thank you for your information!
You do not need to move the files to python site-packages folder. You need some libraries to run aestimo like numpy, matplotlib, scipy (and maybe cython). You can install them with PIP.
For the rest you can continue with https://www.aestimosolver.org/tutorials.html
You do not need to run setup.py. It is for something else.
Just download aestimo zip file, extract it and use it as tutorials show.
And, if cython makes trouble, change the line
use_cython = True
to
use_cython = False