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

ImportError: No module named setuptools #2

Open
RamanGouda opened this issue Jul 10, 2018 · 4 comments
Open

ImportError: No module named setuptools #2

RamanGouda opened this issue Jul 10, 2018 · 4 comments

Comments

@RamanGouda
Copy link

while Following Manual installation from doc PiCar-s_User_Manual.pdf , i ran
ptyhon setup.py install command
and i got the following error

Traceback (most recent call last):
File "setup.py", line 9, in
from setuptools import setup, find_packages
ImportError: No module named setuptools

@sunfounder
Copy link
Collaborator

sunfounder commented Jul 11, 2018 via email

@RamanGouda
Copy link
Author

after trying
wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz
i am getting the following error
--2018-07-12 13:45:59-- http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz
Resolving pypi.python.org (pypi.python.org)... 151.101.20.223, 2a04:4e42:5::223
Connecting to pypi.python.org (pypi.python.org)|151.101.20.223|:80... connected.
HTTP request sent, awaiting response... 403 SSL is required
2018-07-12 13:45:59 ERROR 403: SSL is required.

@xtrimsystems
Copy link

xtrimsystems commented Jul 13, 2018

Hi @RamanGouda "403 SSL is required" means that needs to be a secure connection.
Use https instead:
wget https://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz

@kellycampbe
Copy link

I ran into this same issue when setting up my picar-s tonight. After reading this issue, I ran

wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python

which downloaded and installed setup tools all at the same time, and got me past this issue. I found that command on the setuptools pip project site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants