Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.5 not supported for conda installs #9

Closed
lzamparo opened this issue Aug 19, 2016 · 5 comments
Closed

Python 3.5 not supported for conda installs #9

lzamparo opened this issue Aug 19, 2016 · 5 comments

Comments

@lzamparo
Copy link

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 " 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?

@jxtx
Copy link
Contributor

jxtx commented Aug 19, 2016

Python 3 support in bx-python is incomplete (only recently begun). It is
not in any released version, which is what conda packages are built from.

On Fri, Aug 19, 2016 at 7:22 PM Lee Zamparo notifications@github.com
wrote:

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 " 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
bioconda/bioconda-recipes#1639 I'm not the
first to encounter this error. Have you successfully built & deployed on
python3 using conda?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#9, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAE4Zcsnj9gcJAAuzs35sSgKg_BKqu2uks5qhjqmgaJpZM4Jo7ec
.

@adamlabadorf
Copy link
Contributor

What is the status of your complete python3 support effort? I recently worked my way through porting most of bx-python to python3 such that almost all of the tests pass (I couldn't figure out bgzf, the rest passes on python 3.5 and 3.6). If it might be helpful, I'd be happy to make a pull request.

@jxtx
Copy link
Contributor

jxtx commented Jan 26, 2017 via email

@TomSmithCGAT
Copy link

Would be brilliant to see bx-python available for python3

@nsoranzo
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants