Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FREDERICO23 opened this issue Jul 30, 2023 · 3 comments
Open

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

FREDERICO23 opened this issue Jul 30, 2023 · 3 comments

Comments

@FREDERICO23
Copy link

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
@jorpelae
Copy link

(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.

@lsm1103
Copy link

lsm1103 commented Jul 31, 2024

没有linux版本吗

@HongLouWang
Copy link

没有linux版本吗

同问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants