Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8051

Python • Re: OLED Display GME12864

$
0
0
I installed via pip using these instructions.
://circuitdigest.com/microcontroll ... spberry-piI have git cloned the libraries from the link you provide, but I'm not sur[/url]e how to install them. That's why i went the pip route.

According to the link, you are not using PIP to install Adafruit_Python_SSD1306 but GIT

Code:

sudo apt-get install gitgit clone https://github.com/adafruit/Adafruit_Python_SSD1306.gitcd Adafruit_Python_SSD1306sudo python setup.py install
If you used PIP to install Adafruit-SSD1306 from https://pypi.org/project/Adafruit-SSD1306/ and used SUDO to run PIP but not your program, that could be your problem. SUDO will cause the libraries to be installed at the system level and not the user level. Try running your program with the SUDO prefix but I suspect some of your other modules will be missing.

Statistics: Posted by DS256 — Sat Jul 19, 2025 12:09 pm



Viewing all articles
Browse latest Browse all 8051

Trending Articles