Agora-Python-SDK icon indicating copy to clipboard operation
Agora-Python-SDK copied to clipboard

ERROR: No matching distribution found for agora-python-sdk

Open FREDERICO23 opened this issue 2 years ago • 4 comments

I can't seem to be able to install agora-python-sdk using Pip. I am getting the error:

ERROR: Could not find a version that satisfies the requirement agora-python-sdk (from versions: none)
ERROR: No matching distribution found for agora-python-sdk

FREDERICO23 avatar Jul 30 '23 22:07 FREDERICO23

(Old thread but may be useful for reference) Looks like pip install only supports a handful of Python configurations.

The supported tags are the following: cp -> Python version

cp36-cp36m-macosx_10_9_x86_64
cp36-cp36m-win_amd64
cp37-cp37m-macosx_10_9_x86_64
cp37-cp37m-win_amd64
cp38-cp38-macosx_10_9_x86_64
cp38-cp38-win_amd64
cp39-cp39-macosx_10_9_universal2
cp39-cp39-macosx_10_9_x86_64
cp39-cp39-win_amd64

You can check which tags are supported by your pip using pip debug --verbose.

If there is no match, you may want to use a virtual environment (conda?) and downgrade your Python version.

jorpelae avatar Nov 17 '23 04:11 jorpelae

没有linux版本吗

lsm1103 avatar Jul 31 '24 10:07 lsm1103