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

Problem with modules on non-RaspOS systems #1

Closed
Niaev opened this issue Sep 27, 2021 · 1 comment
Closed

Problem with modules on non-RaspOS systems #1

Niaev opened this issue Sep 27, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Niaev
Copy link
Owner

Niaev commented Sep 27, 2021

Testing cpu_display.py script in Ubuntu 20.04 and RetroPie leads to ModuleNotFoundErrors like:

ModuleNotFoundError: No module named 'smbus'

After installing smbus with pip3 install smbus, it leads to the error:

ModuleNotFoundError: No module named 'RPi'

It's important to inform this at the documentation (useful link).

@Niaev Niaev added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 27, 2021
@Niaev Niaev pinned this issue Sep 27, 2021
@Niaev
Copy link
Owner Author

Niaev commented Sep 28, 2021

Requirements section added to README at (#21cd19d)(21cd19d).

Issues that happened setting up in RetroPie solved at (#30dfcaf)(30dfcaf).

@Niaev Niaev closed this as completed Sep 28, 2021
@Niaev Niaev unpinned this issue Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant