-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
no module found error #32
Comments
I'd love to help, but I don't have the red/black display. I believe that uses another driver/library for the display. It should be on the drivers download page. |
This is strange - I'm seeing the same thing now - not using the red/black screen. Made the change with the path and everything. |
Thank you for flagging. I'll see if I can find some time to take a look into it soon. If you happen to find a solution, please do let me know, and I'll adjust. I can't make promises on when I'll be able to take a look myself. |
tried it with the b&w V2 7.5 inch waveshare...same error. |
Fixed it. I ran the code through Claude.ai, and it told me to take out the second instance of epd = epd7in5_V2.EPD(). I took out line 17 and it works just fine (after I subscribed to the openweather onecall plan) |
doesnt' seem to have fixed it for mine, still the same issue, wondering if i have a path problem for the waveshare_epd dir... seems to be correctly referenced, but how can i check for sure? |
Using a clean Pi4 install and making the lib path change noted in the other open issue, results in the following error
Using 7.5 inch epaper red/black screen
Traceback (most recent call last):
File "/home/hornett/e_paper_weather_display/weather.py", line 14, in
from waveshare_epd import epd7in5_V2
ModuleNotFoundError: No module named 'waveshare_epd'
The text was updated successfully, but these errors were encountered: