-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
setuptools 45 installed on Python 2 with anaconda #2004
Comments
I can't really tell what's going on here, and it's very hard to do so without a clean reproducer. It seems like in some cases you're getting setuptools 45 installed on Python 2 and in other cases you are getting the Python 2 warning on Python 3? The first one might be a duplicate of #1458, and there's some anaconda-specific thing that's ignoring the |
My Anaconda base environment is 2.7.
Is there a way to upgrade this to 3.7 without starting from scratch (e.g. - recreating all my virtual environments - which I can’t seem to save to a .yaml file)?
It’s curious that this is happening on OS X as well as on Ubuntu.
… On Feb 19, 2020, at 11:44 AM, Paul Ganssle ***@***.***> wrote:
I can't really tell what's going on here, and it's very hard to do so without a clean reproducer. It seems like in some cases you're getting setuptools 45 installed on Python 2 and in other cases you are getting the Python 2 warning on Python 3?
The first one might be a duplicate of #1458 <#1458>, and there's some anaconda-specific thing that's ignoring the python_requires metadata. The second one might be more interesting.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2004?email_source=notifications&email_token=AAXWFWZ44Q446F3WZTMBF23RDWDZTA5CNFSM4KWXXTYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMJHMYQ#issuecomment-588412514>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAXWFW2UUNEWB2CJN4IDVODRDWDZTANCNFSM4KWXXTYA>.
|
This team is not familiar with Anaconda, so I'd reach out to that team for guidance on that. On your Ubuntu system, the fact that you're getting the py2 warning for a file in the For your OS X environment, where you have Python 2, it may be the case that all you need to do is use conda to downgrade to |
I am running Anaconda Python on OS X as well as Ubuntu.
My base Ananaconda environment on OS X is is 2.7.
How can I upgrade it?
When I try to save my environments to .yaml file I get python 2.7 errors.
On Ubuntu 16.06 LTS:
The text was updated successfully, but these errors were encountered: