-
Notifications
You must be signed in to change notification settings - Fork 25
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
Errno 104 while install setup.py #35
Comments
Try opening https://pypi.python.org/simple/click/ in your browser. Errno 104 means an RST packet was received from the server. |
Well, I got back to an early saved state of machine, updated everything and run upgrade after that. Then followed the3 instructions till setup.py and got an other error message: |
You need python headers:
|
This didn't solve the Problem, but I copyed the full Log this time: Installed /home/pcw/python-evic/.eggs/pytest_runner-2.9-py3.4.egg Installed /usr/local/lib/python3.4/dist-packages/evic-0.1-py3.4.egg Installed /usr/local/lib/python3.4/dist-packages/click-6.6-py3.4.egg |
my notes: INSTALL evic SDK Ubuntu 17 ( fresh installation KVM , no updates) sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa sudo apt-get install libstdc++6 sudo apt-get install git git clone https://github.com/Ban3/python-evicpython sudo apt-get install libudev-dev https://pypi.python.org/pypi/pip cd .. cd .. git clone https://github.com/ReservedField/evic-sdk.git cd evic-sdk make |
INSTALL evic SDK Linux mint 18.2 Gcc 5.4.0 already installed sudo apt-get install gcc-arm-none-eabi sudo apt-get install python3-dev git clone https://github.com/Ban3/python-evic sudo apt-get install libudev-dev ...see above |
Hi,
I'm trying to set up eVic SDK on Ubuntu in a virtual machine (running windows at work) and I keep on getting errors while trying to run command phython3 setup.py install.
I attache a screenshot to show you the log, maybe it's just a liitle something while connecting to pypi.python.org (the line before error).
The text was updated successfully, but these errors were encountered: