Python 3.5 Support (Conda)
See original GitHub issueGot the following error from conda:
The following specifications were found to be in conflict:
- control ==0.7.0
- python 3.5*
Use "conda info <package>" to see the dependencies for each package.
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Anaconda version with Python 3.5 - Stack Overflow
I want to install tensorflow with python 3.5 using anaconda but I don't know which anaconda version has python 3.5. When I go...
Read more >How to create a Python 3.5 environment from Anaconda2 or ...
Start Navigator. · Click the Environments page. · Click Create. · Type a descriptive Name for your environment, such as “python35”. · Choose...
Read more >conda install python=3.5 · Issue #5038 - GitHub
I was trying to change my Python version from 3.6 to 3.5 So I used this command: conda install python=3.5 I got an...
Read more >3.5.4 - Files :: Anaconda.org
Type Size Name Uploaded Uplo...
conda 16.9 MB | win‑64/python‑3.5.4‑hedc2606_15.tar.bz2 6 months and 7 days ago anac...
conda 16.9 MB | win‑64/python‑3.5.4‑hdec4e59_20.tar.bz2 6 months and...
Read more >How to install python 3.5 python 3.7 and anaconda on centos
How to install Python 3.5, Python 3.7 and Anaconda distribution on Centos. How to install python 3.5 on Centos. yum install gcc cd...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Christoph Gohlke has compiled Slycot for Windows [1]; you could install this, and then install the Python control package from source (e.g., “py setup.py install” in a virtual environment).
Note the warning at the top of [1] that this version probably only works with the “official” CPython, and the specific numpy installer provided.
In the longer term, the Fortran-Python situation on Windows may improve; see [2]
[1] http://www.lfd.uci.edu/~gohlke/pythonlibs/#slycot [2] https://mingwpy.github.io/
@lgpage please try installing from https://anaconda.org/conda-forge/control and re-open this issue if it fails.