Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Fix python error ('No module named six.moves') #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix python error ('No module named six.moves') #45

wants to merge 2 commits into from

Conversation

Venorcis
Copy link

The ez-setup.py has been deprecated, and even gives errors on latest versions. Moved to the get-pip.py script instead, which (now) installs setuptools by default anyway. Successfully tested on my local CentOS 7 install.

Vincent Koeman added 2 commits January 30, 2017 12:12
ez-setup is now deprecated (even gives errors), and get-pip installs setuptools by default anyway
ez-setup.py is deprecated and gives errors; use get-pip.py instead which installs setuptools as well by default
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant