-
Notifications
You must be signed in to change notification settings - Fork 17
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 fails on pycairo dependancy #8
Comments
It seems something changed recently (and hopefully temporarily) as I haven't experienced this before, but while experimenting package dependencies for the recent PR #7 I caught this error as well. Not sure exactly which package that solved it, but did you see the updated install suggestion in readme.md, namely |
I had tried that before I opened the issue, but just ran it again just to double check and apt reports those are already installed. Does make me feel better that I'm not just doing something super noobish ;) |
Hm, I re-tested a bit and for me |
It would seem that I tried installing the brew versions of the dependencies and that seemed to do the trick. Once that finished (its a huge install with a crazy number of sub dependencies) both If you're open to it I can fork the repo and add some information for Brew users like myself to the docs and open a PR. Just let me know. Thanks!!!! |
Great, glad you managed to get it working! :) And you are more than welcome to send a PR with Brew instructions, I have no experience with that, so it would be helpful! |
Attempted install fails with either
pip
orpipx
to install on Ubuntu 20.04. I'm using pyenv to manage my user python.Note: I understand this is an issue with pycairo and not camset however it would benefit users of camset to figure this out and add a workaround or fix to the readme. I've spent a small amount of time attempting to debug the issue (installing dependencies and other ideas I found via Googling). Ended up just using
v4l2-ctl
to solve my immedate need but I'd much rather use Camset in the future.Expected:
pip(x) install camset
to successfully install application.Experienced:
The text was updated successfully, but these errors were encountered: