Replies: 1 comment
-
Thank you for your patience waiting for a response. I did some digging and it looks like ubuntu might have an issue with the system distutils: https://stackoverflow.com/a/64771661 I would always recommend running a virtual environment (venv) to help try to mitigate weird issues like this with system python versions. Alternatively, you can also try docker, that is the way I would recommend using the tools since everything is self contained then. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been trying to install this great tool you created for Unifi Protect but I can't get the script to work... I am running Ubuntu 18 with python 3.9 and pip 21 ... This is what I get when I type "pip install unifi-protect-backup"
I also tried "python3.9 -m pip install unifi-protect-backup" but I got this error:
Any idea where to start? Any help would be appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions