-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Request for python 3.6 compatibility #333
Comments
I heard py3. 6 had some issues sometimes to install packages, so this might
be tricky. However from your error message, it's missing progressbar2,
which is not necessary to run tqdm (it's only used as a benchmark). Try to
remove progressbar2 from requirements.txt (I'm just guessing here as i
don't have a computer at haed to check the sourcecode).
Le 4 Jan. 2017 22:29, "ruxi" <notifications@github.com> a écrit :
… What's needed to get python 3.6 compatibility? Update to the setup.py?
Currently, getting this error when trying to install by conda
UnsatisfiableError: The following specifications were found to be in conflict:
- progressbar2 -> python 2.7*|3.4*|3.5*
- python 3.6*
Use "conda info " to see the dependencies for each package.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#333>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABES3hlIuhStRXcXtmVBIOeEgeq6CSCJks5rPA9EgaJpZM4LbFkT>
.
|
But I'm talking about source install, for conda we will need to update by
ourselves
Le 4 Jan. 2017 22:52, "Stephen LARROQUE" <lrq3000@gmail.com> a écrit :
… I heard py3. 6 had some issues sometimes to install packages, so this
might be tricky. However from your error message, it's missing
progressbar2, which is not necessary to run tqdm (it's only used as a
benchmark). Try to remove progressbar2 from requirements.txt (I'm just
guessing here as i don't have a computer at haed to check the sourcecode).
Le 4 Jan. 2017 22:29, "ruxi" ***@***.***> a écrit :
> What's needed to get python 3.6 compatibility? Update to the setup.py?
>
> Currently, getting this error when trying to install by conda
>
> UnsatisfiableError: The following specifications were found to be in conflict:
>
>
> - progressbar2 -> python 2.7*|3.4*|3.5*
> - python 3.6*
> Use "conda info " to see the dependencies for each package.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#333>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ABES3hlIuhStRXcXtmVBIOeEgeq6CSCJks5rPA9EgaJpZM4LbFkT>
> .
>
|
Oh, sorry. I had the same message for tqdm. Was trying both packages independently. Will try the source install as well |
Okay, tried again. Works with pip & source install, just not with conda. So, that's fine. Thanks!
|
Thanks for the report, it should also work with conda so we're going to
have a look!
Le 4 Jan. 2017 23:29, "ruxi" <notifications@github.com> a écrit :
… Okay, tried again. Works with pip & source install, just not with conda.
So, that's fine. Thanks!
(py36) user $ ~/git/gist/test $ conda env update
Using Anaconda API: https://api.anaconda.org
Fetching package metadata .........
Solving package specifications: ....
UnsatisfiableError: The following specifications were found to be in conflict:
- python 3.6*
- tqdm -> python 2.7*|3.4*|3.5*
Use "conda info <package>" to see the dependencies for each package.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#333 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABES3np-2MsrGTjiqo22vJzSE6h09GcKks5rPB1VgaJpZM4LbFkT>
.
|
I get the same error with 3,4 |
what, something about |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's needed to get python 3.6 compatibility? Update to the setup.py?
Currently, getting this error when trying to install by conda
The text was updated successfully, but these errors were encountered: