-
Notifications
You must be signed in to change notification settings - Fork 44
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
Issues installing slycot via pip #74
Comments
Maybe this helps: pypa/setuptools#1694 |
Thanks for the link. I tried looking through it, but I'm not using a venv of any sort to get it setup... |
Ok, good to know. |
@atomoclast: moved this over to |
Have you also looked at pypa/pip#6264 ? Maybe Also the |
Slycot is unfortunately tricky to install from source, even from pip. What OS (including version) are you using? I recommend using conda, and if you can't, to use a virtual environment. I don't think any of the developers use One thing that occurs to me is that your pip might be out of date. @bnavigator should we have |
Could also be setuptools being out of date. Python packaging is a nightmare (see xkcd 1987) and using
From my experiment with opensuse build service it does not hurt at least. Next try would be a run with CI here. Let's first see if it actually helps in @atomoclast's setup. |
I'm using Ubuntu 16.04 right now. I can try to set-up a virtual env on my laptop and try a pip install then. I don't want to use conda, because it mucks (granted, there are ways to tweak it) with some of the other local virtual environments we have for the host OS as well as the build system we use and such. Maybe a clean virtual environment is the best way to keep it compartmentalized. :) |
Sounds like it's more a problem of your setup than of slycot. (Did I mention that xkcd already?) Have you tried the |
This was fixed in #67, released in 0.3.5; here's a
|
Hello,
Currently trying to install
slycot
in conjunction withcontrol
.No issues installing the control library in both Python2 and Python3.
While running
sudo pip[3] install slycot
, I get the following output:I'd really like to know if this is a local issue and how to resolve it because I'm having issues using the main controls library because of errors related to needing slycot:
Thanks!
The text was updated successfully, but these errors were encountered: