From: Vincent R. <vor...@ya...> - 2017-04-09 12:17:17
|
Hello, I'm tying to install the Python Control System Library, to test it as a matlab replacement for my students. I use Linux, and the Anaconda distribution : python 3.6 for a 64bit system. When i try to install control following instructions on the website, i get this error message : ~/anaconda3/bin $ ./conda install -c python-control -c cyclus slycot control Fetching package metadata ............. Solving package specifications: . UnsatisfiableError: The following specifications were found to be in conflict: - control -> numpy 1.9* -> python 2.6* -> openssl 1.0.1* - python 3.6* Use "conda info <package>" to see the dependencies for each package. Do have i to wait for a new version of the package, or do you know of a workaround ? ThanksV.R. |