-1

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.

phd
  • 82,685
  • 13
  • 120
  • 165
jumbo
  • 9
  • 1
  • 6

3 Answers3

1

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

marcos
  • 4,473
  • 1
  • 10
  • 24
1

Use tuspy:

pip install tuspy

.

phd
  • 82,685
  • 13
  • 120
  • 165
-1

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

Vaibhav Jadhav
  • 2,020
  • 1
  • 7
  • 20