-
Notifications
You must be signed in to change notification settings - Fork 37
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
Installation #7
Comments
i keep getting this error @beboxos can you help? |
connect you pi to internet (wifi ...) , connect to you pi and install modules pip install luma.core don't forget to set on /boot/config.txt spi and or i2c (depends on your oled) on to activate it on pi |
Now it error I then pip install smbus and then it gave this error Im not able to get this working @beboxos :[ |
and it keeps giving me errors python 2.7 has reached the end of its life |
Use pip3 instead my menu work with python3
Le jeu. 20 févr. 2020 à 16:34, KrypticCoconut <[email protected]> a
écrit :
… and it keeps giving me errors python 2.7 has reached the end of its life
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=AH46GQPXWMEQH63BF6AFFVDRD2PJDA5CNFSM4KYFZBY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMOXH4Y#issuecomment-589132787>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH46GQLZCPH5GXIFU4VRF4DRD2PJDANCNFSM4KYFZBYQ>
.
|
i've tried pip3 install luma.core and same error what funcking idea have they had to stop python 2 support , when all drivers don't work with pyhon3 :'( i have no idea how to get it work on last version of P4wnP1 (i have sme type of problem trying to make it works with an LCD, driver is python2 only) |
Definitely do feel you man, will it work on p4wnp1 alpha2? |
https://twitter.com/BeBoXoS/status/1230635682986700800 see my last tweet , yes i'm working on it , somes things to fix but it's working installing luma.core etc was a real pain fixing dependencies etc .. but after 2 hours it's working |
wait so it works on p4wn alpha but ur working to get it it work on the beta ? |
I downloaded ur pre installed img and shoudl i say that im so impressed, tho i should say that the as i click on system info the oled shuts down |
https://mega.nz/#!YYtS2S6A!Q5OgMvLUtAM_x7jt7vBTY8Zu8lHdyyPoaLdsipVufWg last P4wnP1 v0.1.1 with oled menu , drivers ... on it enjoy |
for you system info on "old" img , edit gui.py to put UPS=0 (as i explain on the readme.txt with the image) |
hey , downloaded both versions, the one on mega and the one in alpha version, both always come down to this error |
so I fixed all the above problems, "import smbus" needed to be "import smbus2 as smbus" |
very nice project but I get a little bit problems, i changed ups = 0 and also commented out bus = smbus.SMBus(1). when i click on systrm info, it will get me the following error. Traceback (most recent call last): could you help me with this problem? thanks so much @beboxos |
Same as @MasterInNursery |
OK, solved. |
Sounds like same problem as MiguelBits White screen just blinking, set UPS = 0 using the latest .img file with recommended waveshare hat. |
in the install.sh there are messed up paths
The text was updated successfully, but these errors were encountered: