Qwiic pHat v2 demo program help

I have installed all the qwiic drivers and qwiic_i2c folders, but am unable to run the program for the demo to even try and read information from the Qwiic pHat. I get the error message that the qwiic drivers are not installed. How do I check my installation to verify that I have the appropriate files? Thanks in advance

You can simply search for them (compared to what’s in the folders online) to what folders appear on your Pi

Also be sure to double check the Pi’s config & enable i2c https://learn.sparkfun.com/tutorials/qw … ing-the-pi and run the i2cdetect to ensure the device is appearing

I am having a similar problem. I am trying to install the Qwiic Python library to use with a Raspberry Pi 4 and SparkFun Auto pHAT. However, I can’t get Qwiic to work on Python (version 3.11) after installing the library using “sudo pip3 install sparkfun-qwiic”. I get the error “The qwiic drivers are not installed - please check your installation” when using the Python command “import qwiic”. Reinstalling the library didn’t help. It looks like qwiic (through init.py) is looking for a “drivers” directory that doesn’t exist. Also, I tried installing the library on a Linux laptop and got the exact same result. What do you suggest I do to remedy this problem? Where can I find the drivers?