question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python 3.5 Support (Conda)

See original GitHub issue

Got 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:closed
  • Created 7 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
roryyorkecommented, Aug 11, 2016

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/

0reactions
slivingstoncommented, Jun 27, 2017

@lgpage please try installing from https://anaconda.org/conda-forge/control and re-open this issue if it fails.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found