Skip to content
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

Open
hornett-69 opened this issue Nov 11, 2024 · 6 comments
Open

no module found error #32

hornett-69 opened this issue Nov 11, 2024 · 6 comments

Comments

@hornett-69
Copy link

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'

@AbnormalDistributions
Copy link
Owner

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.

@mwkrieger
Copy link

This is strange - I'm seeing the same thing now - not using the red/black screen. Made the change with the path and everything.

@AbnormalDistributions
Copy link
Owner

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.

@hornett-69
Copy link
Author

tried it with the b&w V2 7.5 inch waveshare...same error.

@mwkrieger
Copy link

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)

@hornett-69
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants