Closed ili3p closed 8 years ago
The tutorial states that pySOT depends on numpy and my guess is that either you don't have numpy installed or that your installation is outdated. You can either install Anaconda or use
pip install numpy --upgrade
I hope this takes care of the problem
You are right, I missed that. I thought all the requirements are taken care by the setup.py
file.
Following the latest documentation, I try to install it like this:
I get this error:
ImportError: No module named numpy.distutils.core
Running
python setup.py install
again, for the second time, will complete the installation.