-
Notifications
You must be signed in to change notification settings - Fork 54
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
Comments
Python 3 support in bx-python is incomplete (only recently begun). It is On Fri, Aug 19, 2016 at 7:22 PM Lee Zamparo notifications@github.com
|
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. |
That would be awesome! If bgzf is the only part that doesn't work I can
look at it.
…On Wed, Jan 25, 2017 at 10:02 PM Adam Labadorf ***@***.***> wrote:
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAE4ZQBY5f8cwAD4sHupV-qb22_CYN5wks5rWAzYgaJpZM4Jo7ec>
.
|
Would be brilliant to see bx-python available for python3 |
bx-python has been available for Python 3 for some months now, closing. |
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
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?The text was updated successfully, but these errors were encountered: