We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I attempted to build and run the software on a Pi and encountered a couple of issues.
Running the chromedriverinstall.sh script comes up with
"E: Package 'google-chrome-stable' has no installation candidate"
as of course we only get chromium on the Pi.
Entering the venv and running the runtests.sh script I get
"ModuleNotFoundError: No module named 'RPi'"
When I then run docker build I get
"Error response from daemon: dockerfile parse error line 1: unknown instruction: E{�<�>U�(�"
I will try to build and run using docker desktop and see if I get anything further.
The text was updated successfully, but these errors were encountered:
I'm guessing this is an issue with adafruit blinka. We'll need to investigate further
https://github.com/adafruit/Adafruit_Blinka
Sorry, something went wrong.
No branches or pull requests
I attempted to build and run the software on a Pi and encountered a couple of issues.
Running the chromedriverinstall.sh script comes up with
"E: Package 'google-chrome-stable' has no installation candidate"
as of course we only get chromium on the Pi.
Entering the venv and running the runtests.sh script I get
"ModuleNotFoundError: No module named 'RPi'"
When I then run docker build I get
"Error response from daemon: dockerfile parse error line 1: unknown instruction: E{�<�>U�(�"
I will try to build and run using docker desktop and see if I get anything further.
The text was updated successfully, but these errors were encountered: