os
ubuntu server
18.04.2 LTS (Bionic Beaver)
using 3.0.0-alpha.7
hi
new user of libretime
im testing the alpha7 on ubuntu server and get some error on file upload and conversion, the media analyzer its not working(starting) . . . . .the files upload , the conversion do not work.
installation was done via the Tar.gz i try the libretime_3.0.0~alpha.7-1ubuntu1_amd64.deb
just not work
the install via tar.gz was ok, no problem using only sudo ./install
this seem to be the problem
pkg_resources.DistributionNotFound: The 'urllib3<1.25,>=1.21.1' distribution was not found and is required by requests
Interesting thanks for the report. Let me see if urllib 1.25 will work. I’m not sure why it was pinned to 1.21.1 as that may not be necessary. I’ll post back with more details and a possible fix if I can find something easy to do.
so I suspect what happened is you installed the debian package for requests and then pip tried to install urllib3 - so basically a version management issue.
there are two possible solutions, update requests using pip (the python package manager) or remove urllib3 via pip and install the python-urllib3 debian package.
what is the output of pip freeze
in terms of packages
you could also try pip upgrade requests as well.