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

python-periphery import error #17

Closed
sapjunior opened this issue Jul 5, 2018 · 4 comments
Closed

python-periphery import error #17

sapjunior opened this issue Jul 5, 2018 · 4 comments

Comments

@sapjunior
Copy link

In archlinux,

from mmio import MMIO
must be change to
from periphery import MMIO

@erpalma
Copy link
Owner

erpalma commented Jul 5, 2018

mmio.py is included with the script now. I removed python-periphery from the dependencies.

@xcrr
Copy link

xcrr commented Jul 7, 2018

I think this is an issue with the PKGBUILD on the AUR. It looks like it hasn't been updated yet to copy mmio.py into the arch package.

@erpalma You probably should update the README too to reflect the removed dependency. It still says the project requires python-periphery.

@erpalma
Copy link
Owner

erpalma commented Jul 7, 2018

Thanks for pointing out!

@sapjunior
Copy link
Author

Thank You for a really quick response. I almost forget to close this issue!

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