Could not find a version that satisfies the requirement **tusclient**

3.5k Views Asked by At

Iam getting the following error while trying to do "pip install tusclient".

Could not find a version that satisfies the requirement tusclient . Error: No matching distribution found for tusclient.

3

There are 3 best solutions below

0
On BEST ANSWER

You can use This. This will solve you problem. https://github.com/tus/tus-py-client

0
On

I think the problem is that tusclient is only available for python2 not for python3 according to pypi.

0
On

Use tuspy:

pip install tuspy

.