-
Notifications
You must be signed in to change notification settings - Fork 19
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
Raspberry Pi 3 Pip Install Editable Mode Observations #270
Comments
|
|
Hmm this could be a big problem for Raspberry Pi. Googling suggests it could be a speed issue and we'd need to move to mysql or similar. I'm not sure, this seems ridiculous that it wouldn't work... |
Just noticed that I needed to install with --force on latest Raspbian! https://stackoverflow.com/questions/39280326/python-entry-point-console-scripts-not-found |
Also noting that on the RPI using a fast SD card makes all the difference. Just started using a level 10 SD card and the RPI is snappy compared to my old level 4 card! |
Summary
I'm installing faraday software on a Raspberry Pi 3 from github sources in editable mode i.e.
pip install -e .
. This issue ticket will collect some of my observations and nuances as we explore creating base stations with Faraday.Problem Explanation
PRetty much all stated in the summary.
Environment
Software
Hardware
-Faraday Rev D1
Supporting Information
The text was updated successfully, but these errors were encountered: