Python 3.5 not supported for conda installs
See original GitHub issueFor a linux-64 python 3.5.1 environment, the conda install instructions fail:
[zamparol@machine]$ python --version Python 3.5.1 :: Anaconda 2.4.1 (64-bit)
[zamparol@machine]$ conda --version conda 4.1.11
[zamparol@machine]$ conda install -c bioconda bx-python Fetching package metadata … Solving package specifications: …
The following specifications were found to be in conflict:
- bx-python
- python 3.5* Use “conda info <package>” to see the dependencies for each package.
This is strange, since setup.py
requires Python version 3.3 greater? A quick scan of the bioconda repo shows I’m not the first to encounter this error. Have you successfully built & deployed on python3 using conda?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Install python 3.5 via conda get unsatisfiable error " ...
Today Tensorflow doesn't support Python 3.7 . You have to create a new environment with Python 3.4, 3.5 or 3.6. With conda it's...
Read more >Frequently asked questions — Anaconda documentation
There are three ways to get Anaconda with Python 3.5 or 3.6: ... Do not install into paths that contain spaces such as...
Read more >Install Python support - Visual Studio (Windows)
To install Python support for Visual Studio (also known as Python Tools for Visual Studio or PTVS), follow the instructions in the section ......
Read more >Miniconda — conda documentation
Miniconda ¶. Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python,...
Read more >Install TensorFlow with pip
Hardware requirements · NVIDIA® GPU card with CUDA® architectures 3.5, 5.0, 6.0, 7.0, 7.5, 8.0 and higher. · For GPUs with unsupported CUDA®...
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 FreeTop 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
Top GitHub Comments
bx-python has been available for Python 3 for some months now, closing.
Would be brilliant to see bx-python available for python3