Agora-Python-SDK
Agora-Python-SDK copied to clipboard
ERROR: No matching distribution found for agora-python-sdk
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
(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.
没有linux版本吗