You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a clean python environment, slycot does not install, because of a missing dependency (skbuild).
ERROR: Complete output from command python setup.py egg_info:
ERROR: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-er4161h2/slycot/setup.py", line 8, in <module>
from skbuild import setup
ImportError: No module named 'skbuild'
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-er4161h2/slycot/
Tried with python 2.7 and 3.5
This is not the case with previous version 0.3.3
The text was updated successfully, but these errors were encountered:
In a clean python environment, slycot does not install, because of a missing dependency (skbuild).
Tried with python 2.7 and 3.5
This is not the case with previous version 0.3.3
The text was updated successfully, but these errors were encountered: