-
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
Can't import v0.5.0 in Google Colaboratory. #183
Comments
Hi, with Try Is colab still maintained? Python 3.7 is quite old. |
BTW, installing current master by
worked for me. Maybe it is time to release a new version. Thoughts @roryyorke ? |
I didn't think we had changed much in a while. No objection from me.
Available to help from 3 December.
…On Tue, 22 Nov 2022, 13:37 Ben Greiner, ***@***.***> wrote:
BTW, installing current master by
!pip install -v git+https://github.com/python-control/Slycot.git
import slycot
worked for me. Maybe it is time to release a new version. Thoughts
@roryyorke <https://github.com/roryyorke> ?
—
Reply to this email directly, view it on GitHub
<#183 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA3C7TEIWE5YNGS74OH5K3WJSWAHANCNFSM6AAAAAASHQNSTU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
We didn't change much since 0.5, but we did change the build system. I'll give it a try. |
v0.5.1 is on PyPI and works for me in Google Colab. Be sure to update pip first, otherwise there is an error with the metadata in Python 3.7 (?)
!pip install pytest scipy
import slycot
print(slycot.version.version_tuple)
slycot.test()
|
Thank you! It works for me. |
In Google Colaboratory, running the following code raises
ImportError
.Error message:
The text was updated successfully, but these errors were encountered: