Skip to content
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

Install error #28

Open
pkoevesdi opened this issue Sep 24, 2023 · 1 comment
Open

Install error #28

pkoevesdi opened this issue Sep 24, 2023 · 1 comment

Comments

@pkoevesdi
Copy link

pkoevesdi commented Sep 24, 2023

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

  • typed-ast==1.4.3 to typed-ast>=1.4.3
  • PyGObject==3.38.0 to PyGObject>=3.38.0
  • dbus-python==1.2.16 to pydbus (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?

@pkoevesdi
Copy link
Author

By the way, I was not able to get it running in a python environment, I had to install and run globally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant