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
When setting this up on a raspberry pi model 3B I encountered numerous problems.
The first was the instructions provided for making the ffmpeg library. I found more recent instructions which worked with only some adjustments.
The second issue is the pip3 installing of the requirements. Something about needing a local env setting up?
When I attempted to install via apt python3-xyz most of the packages were already on the latest version but picamera could not be found.
The text was updated successfully, but these errors were encountered:
The workaround I found was here: https://stackoverflow.com/questions/75608323/how-do-i-solve-error-externally-managed-environment-every-time-i-use-pip-3 and amounts to removing the restriction on managed environment.
Sorry, something went wrong.
Hi @JohnFF , Thanks for reporting!
I added the solution you provided to the readme here.
Do you perhaps also have a link to the ffmpeg installation instructions that you used?
No branches or pull requests
When setting this up on a raspberry pi model 3B I encountered numerous problems.
The first was the instructions provided for making the ffmpeg library. I found more recent instructions which worked with only some adjustments.
The second issue is the pip3 installing of the requirements. Something about needing a local env setting up?
When I attempted to install via apt python3-xyz most of the packages were already on the latest version but picamera could not be found.
The text was updated successfully, but these errors were encountered: