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 not supported for conda installs

See original GitHub issue

For 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:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
nsoranzocommented, Aug 24, 2018

bx-python has been available for Python 3 for some months now, closing.

1reaction
TomSmithCGATcommented, Jan 27, 2017

Would be brilliant to see bx-python available for python3

Read more comments on GitHub >

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

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