-
Notifications
You must be signed in to change notification settings - Fork 85
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
Issue to run code getting PCF8591 says no module #1
Comments
@mkowndinya That's weird, which directory did you run the code on? |
I have a similar problem working with the sensor kit and a raspberry pi 3 running kernel 4.4.38-v7+. |
I got this working. I needed to enable I2C on the PI using raspi-config. |
Yes, you need to enable I2C first, if you have any problems, welcome to post it on our forum: https://www.sunfounder.com/forum, or email us: [email protected] or of course, open an issue here. |
im getting an error what could i do to fix this? |
I have a similar problem and i enabled I2C . still the same error |
Also having this issue. Code listed below: If anyone knows a fix I would greatly appreciate a link or simple command. Thanks. |
I'm also having troubles with this import, already enabled I2C and tried some other stuff I saw on different sources and still don't have a possitive result. If anyone has a propper fix please answer to my prayers. Thanks |
i am having the same problem, someone please answer! |
If you're toying around with the sunfounder sensor kit: There's a file PCF8591.py (https://github.com/sunfounder/SunFounder_SensorKit_for_RPi2/blob/master/Python/PCF8591.py) that must be in the same directory as the executing script. |
import PCF8591 as ADC
ImportError: No module named PCF8591
The text was updated successfully, but these errors were encountered: