-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support for python 3.9 and raspbian bullseye #36
Comments
This first issue gets resolved with
Which is a dependency that needs to be installed for numpy to work. |
Second error is
I cannot import pandas in the virtual environment either. Get the same error. |
This solved the problem for me!!! |
Issues continue: There's probably an adjustment needed on f strings here.
|
explicit There is still some corruption of strings, but this was present before #29 |
There were issues with installing the software in raspbian bullseye. After a simple
import numpy
:The text was updated successfully, but these errors were encountered: