-
Notifications
You must be signed in to change notification settings - Fork 597
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
dependency issues - urllib3 #3343
Comments
and I get this after I try to run it. |
The problem stems from an outdated Python package. What version is the FreeBSD package? |
Hi there, I hope this is what you were wanting to know. Let me know if there is something different you needed. I grabbed the latest headphones from GIT freebsd-version pkg info python27 pip list Thank you |
I don't nor have ever run FreeBSD, but it looks like your it's trying to use the Python 27. Maybe try to remove that since it's 14 years old. |
Yeah I can try and remove Python 2.7. I hope the other stuff doesn't need. it. haha. In my version of Linux Fedora, I use alternatives to do the same thing and in the script you can point the command interpreter to whichever version of python u need. but it still doesn't start up the daemon correctly. banging my head. Cheers |
whoops fixed |
So it's still throwing the same Python error or a different one now? |
"# service headphones start" |
Hi, now I have to figure out the issues with "/usr/local/headphones/lib/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.8) or chardet (5.2.0)/charset_normalizer (2.0.10) doesn't match a supported version! |
Could it be again that it's being overly specific? |
Hi,
I have no idea what's going on.
I had Headphones running on a older version of Freebsd ( jail ) then upgraded everything and this is the only script I can't seem to get running now.
When starting the service I get this error
Starting headphones.
/usr/local/headphones/lib/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.8) or chardet (5.2.0)/charset_normalizer (2.0.10) doesn't match a supported version!
Looking for some help if someone can assist.
thanks
The text was updated successfully, but these errors were encountered: