0

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.

4

3 回答 3

0

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

于 2019-12-24T05:52:21.767 回答
0

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

于 2019-12-24T05:56:27.933 回答
0

Use tuspy:

pip install tuspy

.

于 2019-12-24T06:03:14.707 回答