You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Folks,
Trying to install control 0.7.0 under Python 2.7 with conda gives me considerable number of downgrades as shown below. System is Ubuntu 64 bit 1604.
Particularly, control seems to want Numpy 1.9 whereas conda's latest build is 1.12.0
I don't think conda-forge's mismatching is the problem as I've nuked conda-forge on a different workstation and gotten the same problem.
Any ideas?
regards
pat
Looks to me like we have a hard dependence on numpy 1.9 in the conda files sitting on the Anaconda cloud. These were generated by @cwrowley quite some time ago and probably need to be updated.
@patrmccormack: Although it is not as handy, you might try installing python-control using pip instead of conda. Here are the commands (from the python-controlREADME file):
pip install slycot # optional
pip install control
If you do this within your conda environment, it should install using whatever version of numpy is installed.
Folks,
Trying to install control 0.7.0 under Python 2.7 with conda gives me considerable number of downgrades as shown below. System is Ubuntu 64 bit 1604.
Particularly, control seems to want Numpy 1.9 whereas conda's latest build is 1.12.0
I don't think conda-forge's mismatching is the problem as I've nuked conda-forge on a different workstation and gotten the same problem.
Any ideas?
regards
pat
pat@pat-cuda:~/anaconda2$ conda install -c python-control control=0.7.0
Fetching package metadata .............
Solving package specifications: .
Package plan for installation in environment /home/pat/anaconda2:
The following NEW packages will be INSTALLED:
The following packages will be UPDATED:
The following packages will be SUPERCEDED by a higher-priority channel:
The following packages will be DOWNGRADED due to dependency conflicts:
The text was updated successfully, but these errors were encountered: