I have purchase a GFX HAT for a small project, but I get the following error when I try and run the Hello World example:
file “usr/local/lib/python3.9/dist-packages/cap1xxx.py”, line 261, in init
self.i2c = SMBus(i2c_bus)
FileNotFoundError: [Errno 2] No such file or directory
If I follow that path the file looks like it is there.
I have found various references to this issue on line, but nothing appears to work.
The Raspberry Pi install in a week old.
I’m not very experienced in the Pi world, so any help will be greatly appriciated.