-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Summary
While trying to install Faraday software on my RPi3 through PIP (PyPi) I encountered issues with Faraday not being found in pypi due to incorrect version.
I used pip install Faraday and it failed.
Problem Explanation
I was able to install using sudo pip install Faraday==0.0.1015.dev1222 (I had to use sudo...)
But I did get odd operation/failure of PIP after installation, I have use pip or uninstall things anymore...
Environment
Software
PyPi installation of Faraday 0.0.1015.dev1222
Hardware
Raspberry Pi 3.
Supporting Information
Although faraday-proxy auto fills it does not actually run...
Pip now failure during any use after installation of faraday:
@kb1lqc Note that I was able to pip install faraday on my windows machine running a virtual box of ubuntu but faraday-proxy would not run. Is this an error in installation for /etc or such in linux?



