- Notifications
You must be signed in to change notification settings - Fork441
Closed as not planned
Labels
Description
Hi friends.
I just can't seem to integrate the control.
When I run the anaconda prompt "pip install control-0.10.0.tar.gz" I get the message "Successfully built control."
When I then run "import Control" in the Jupyter Console, I get the error message:ImportError: cannot import name 'shape' from 'scipy' (C:\Users\*******\anaconda3\Lib\site-packages\scipy\__init__.py)
Can anyone tell me what exactly I'm doing wrong?
(The error means that the code shape isn't in scipy!?
But why?)
I've tried various versions from 0.7.0 to 0.10.0.
Anacondo and Pycharm themselves are up to date.
Thank you, friends.