Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install from PyPI fails - 0.3.4.0 #61

Closed
jgspiro opened this issue May 13, 2019 · 1 comment
Closed

Install from PyPI fails - 0.3.4.0 #61

jgspiro opened this issue May 13, 2019 · 1 comment

Comments

@jgspiro
Copy link
Contributor

jgspiro commented May 13, 2019

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

@jgspiro
Copy link
Contributor Author

jgspiro commented May 13, 2019

Both scikit-build and numpy need to be installed manually to be able to install slycot. ( Linux, clean python virtual env.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant