-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot install on Ubuntu 22.04.2 LTS #105
Comments
That's very strange. It looks like pip can't find the package on PYPI. It works for me. Are you able to install other packages from PYPI? Do you see anything when you go here https://pypi.org/project/webcam-filters/ I would try explicitly setting the index url the |
Thank you! The latest one helped. I had to install additional packages (
The same in pass-though mode. |
It's really hard to get the system dependencies just right. Even if they are not missing (looks like you have them all), they have to be just the right combination of versions. I'll try to debug this when I get the time, but meanwhile you can try using the Docker or Nix way of installing this. |
Using pip:
Using pipx:
Via url:
The text was updated successfully, but these errors were encountered: