Hi,
I have installed all of the dependencies, including SLICOT and slycot. However when I get to installing the control systems library it comes back with an error that says
File "setup.py", line 4, in <module>
from setuptools import setup
ImportError: No module named setuptools
Is it possible I have unintentionally installed the wrong version of something? I installed everything using either the package manager, or in the case of the numpy, fortran compiler, etc I use the apt-get as shown in the wiki here. I installed the latest Slycot from the slycot website.
Best Regards,
Alfred
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Never mind I discovered it was just missing setuptools from python. Sorry, I have not used Python much and I am looking into it while also trying this out. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed Python Control System library. But when I import it (using import control), it gave an error massage. Error seems like 'scipy.signal.cont2discrete not available'. I have python 2.7.3 and Ipython 0.12.0. What is the correct Scipy version I should have to use Python Control Library?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anushka: I do not know what the officially declared minimal versions are, but you should try to get at least 0.10.0. Also consult http://www.scipy.org/stackspec.html
If this does not solve it, please post the actual error message that you received and the command that produced. Also tell us which release of python-control you are using.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have installed all of the dependencies, including SLICOT and slycot. However when I get to installing the control systems library it comes back with an error that says
File "setup.py", line 4, in <module>
from setuptools import setup
ImportError: No module named setuptools
Is it possible I have unintentionally installed the wrong version of something? I installed everything using either the package manager, or in the case of the numpy, fortran compiler, etc I use the apt-get as shown in the wiki here. I installed the latest Slycot from the slycot website.
Best Regards,
Alfred
Never mind I discovered it was just missing setuptools from python. Sorry, I have not used Python much and I am looking into it while also trying this out. Thank you.
I installed Python Control System library. But when I import it (using import control), it gave an error massage. Error seems like 'scipy.signal.cont2discrete not available'. I have python 2.7.3 and Ipython 0.12.0. What is the correct Scipy version I should have to use Python Control Library?
Anushka: I do not know what the officially declared minimal versions are, but you should try to get at least 0.10.0. Also consult
http://www.scipy.org/stackspec.html
If this does not solve it, please post the actual error message that you received and the command that produced. Also tell us which release of python-control you are using.