Closed VictorLobatoRios closed 3 years ago
Apparently, pip install of Shapely has problems in Windows, it was solved by running:
1.- pip uninstall Shapely
2.- conda install shapely
Alternately, the WHL file can be downloaded from: http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely
And the installation can be done by running:
python -m pip install path\to\Shapely\file.whl
This error happens when running
run_neuromuscular_control
on Windows 10: