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

Request for python 3.6 compatibility #333

Closed
ruxi opened this issue Jan 4, 2017 · 7 comments · Fixed by #337
Closed

Request for python 3.6 compatibility #333

ruxi opened this issue Jan 4, 2017 · 7 comments · Fixed by #337
Assignees
Labels
p2-bug-warning ⚠ Visual output bad
Milestone

Comments

@ruxi
Copy link

ruxi commented Jan 4, 2017

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 <package>" to see the dependencies for each package.
@lrq3000
Copy link
Member

lrq3000 commented Jan 4, 2017 via email

@lrq3000
Copy link
Member

lrq3000 commented Jan 4, 2017 via email

@ruxi
Copy link
Author

ruxi commented Jan 4, 2017

Oh, sorry. I had the same message for tqdm. Was trying both packages independently. Will try the source install as well

@ruxi
Copy link
Author

ruxi commented Jan 4, 2017

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.

@lrq3000
Copy link
Member

lrq3000 commented Jan 5, 2017 via email

@lrq3000 lrq3000 added the p2-bug-warning ⚠ Visual output bad label Jan 5, 2017
@casperdcl casperdcl mentioned this issue Jan 20, 2017
casperdcl added a commit that referenced this issue Jan 20, 2017
@casperdcl casperdcl added this to the v5.0.0 milestone Jan 20, 2017
@timtobey
Copy link

timtobey commented Jun 24, 2017

I get the same error with 3,4

@casperdcl
Copy link
Member

what, something about progressbar2? tqdm does not have any dependencies. I don't know why or how conda would say there are dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2-bug-warning ⚠ Visual output bad
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants