You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to install everything from requirements.txt, I had to apt-get install libcairo2 libcairo2-dev libgirepository1.0-dev python3-dbus
on a RPi 3B+.
Maybe this could be integrated into readme.md?
Also some packages made problems, which I could solve by changing
To be able to install everything from
requirements.txt
, I had toapt-get install libcairo2 libcairo2-dev libgirepository1.0-dev python3-dbus
on a RPi 3B+.
Maybe this could be integrated into readme.md?
Also some packages made problems, which I could solve by changing
typed-ast==1.4.3
totyped-ast>=1.4.3
PyGObject==3.38.0
toPyGObject>=3.38.0
dbus-python==1.2.16
topydbus
(I read it here)in
requirements.txt
. I don't know, if this is a good fix, but it made the project work for me.Quite many dependencies for this project. Are they really all neccesary?
The text was updated successfully, but these errors were encountered: