-
Notifications
You must be signed in to change notification settings - Fork 6
an integer is required #7
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
Comments
what board are you using? |
A Raspberry Pi 3 |
@watakandai Can you recreate the issue if you start with a fresh OS install? Or a venv if you're familiar with that. See thread linked above. This seems like something potentially related to some kind of software conflict. |
I think the issue is related to the one you posted. Or maybe it is due to the updates on smbus or busio, but not sure. |
With a freshly installed OS (Raspbian 4.19.75-v7), it worked perfectly. |
OK, let's close this for now. The person in the other issue was also able to get around this with a fresh OS install. If you run into this again and can narrow it down to a specific package install or something, please let us know and we can reopen the issue. Thanks for testing with a fresh OS image. |
@caternuson i think this is from old libraries, maybe we should tell em to do a full pip update: https://stackoverflow.com/questions/2720014/how-to-upgrade-all-python-packages-with-pip |
@watakandai Do you still have your non-working setup? If so, can you try the above and see if that gets it back to working? |
Hi @caternuson, I still do. I will try the above method and let you know what will happen. |
please do it as a user and also after |
It worked using
Thank you so much @caternuson and @ladyada |
I did this also on my Raspberry and will post the results in the other issue. It worked. |
A similar error happened with my si7021 temperature/humidity board (on a fresh Raspbian Buster install, after running It turned out that somehow I had an older version of After a
|
Although I followed the tutorial and ran the example script
I got an error.
I also activated I2C, but don't know why it is not working.
The text was updated successfully, but these errors were encountered: