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

ds_ctcdecoder-0.4.1.whl is not a supported wheel on this platform #3681

Open
talbs254 opened this issue Aug 21, 2021 · 1 comment
Open

ds_ctcdecoder-0.4.1.whl is not a supported wheel on this platform #3681

talbs254 opened this issue Aug 21, 2021 · 1 comment

Comments

@talbs254
Copy link

I've got ds_ctcdecoder-0.4.1-cp36-cp36m-macosx_11_2_x86_64.whl file which i would like to pip install,
Yet when i pip install, i get the error "ERROR: ds_ctcdecoder-0.4.1-cp36-cp36m-macosx_11_2_x86_64.whl is not a supported wheel on this platform."

Therefore i checked if the wheel file is compatible with my system\python version, by running:
python -c "import wheel.pep425tags as w; print(w.get_supported())"

And the output is:
[('cp36', 'cp36m', 'macosx_11_2_x86_64'), ('cp36', 'abi3', 'macosx_11_2_x86_64'), ('cp36', 'none', 'macosx_11_2_x86_64'), ('cp35', 'abi3', 'macosx_11_2_x86_64'), ('cp34', 'abi3', 'macosx_11_2_x86_64'), ('cp33', 'abi3', 'macosx_11_2_x86_64'), ('cp32', 'abi3', 'macosx_11_2_x86_64'), ('cp36', 'none', 'any'), ('cp3', 'none', 'any'), ('cp35', 'none', 'any'), ('cp34', 'none', 'any'), ('cp33', 'none', 'any'), ('cp32', 'none', 'any'), ('cp31', 'none', 'any'), ('cp30', 'none', 'any'), ('py3', 'none', 'macosx_11_2_x86_64'), ('py36', 'none', 'any'), ('py3', 'none', 'any'), ('py35', 'none', 'any'), ('py34', 'none', 'any'), ('py33', 'none', 'any'), ('py32', 'none', 'any'), ('py31', 'none', 'any'), ('py30', 'none', 'any')]
Which is compatible with the file name, any suggestions why i failing to install the wheel file?

@XuJing1022
Copy link

hi, where could I got this wheel?

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

2 participants