We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had to update to 3.7 on my pi else my install never finished . After going to 3.7 i see this error .
self._i2c_write_word_data(addr, reg, data)
File "/usr/local/lib/python3.7/site-packages/picar_4wd-0.0.1-py3.7.egg/picar_4wd/i2c.py", line 21, in wrapper return func(*args, **kw) File "/usr/local/lib/python3.7/site-packages/picar_4wd-0.0.1-py3.7.egg/picar_4wd/i2c.py", line 37, in _i2c_write_word_data return self._smbus.write_word_data(addr, reg, data) OSError: [Errno 121] Remote I/O error pi@raspberrypi:/picar-4wd $ ^C pi@raspberrypi:/picar-4wd $ i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- --
The text was updated successfully, but these errors were encountered:
Hello, do you solve this issue?
Sorry, something went wrong.
Dang, been 3 years and not solved yet
No branches or pull requests
I had to update to 3.7 on my pi else my install never finished . After going to 3.7 i see this error .
File "/usr/local/lib/python3.7/site-packages/picar_4wd-0.0.1-py3.7.egg/picar_4wd/i2c.py", line 21, in wrapper
return func(*args, **kw)
File "/usr/local/lib/python3.7/site-packages/picar_4wd-0.0.1-py3.7.egg/picar_4wd/i2c.py", line 37, in _i2c_write_word_data
return self._smbus.write_word_data(addr, reg, data)
OSError: [Errno 121] Remote I/O error
pi@raspberrypi:
/picar-4wd $ ^C/picar-4wd $ i2cdetect -y 1pi@raspberrypi:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- --
The text was updated successfully, but these errors were encountered: