- run this commands on cmd to know supported package
python
>>> from pip._internal.utils.compatibility_tags import get_supported
>>> for i in get_supported(): print(i)
...
// expected output: cp312-cp312-win_amd64, cp312-abi3-win_amd64...
- the list output is your supported package
- download built distribution from PyPI
- run
pip install wheel-XX.XX.XX-***-***-***.whl
(downloaded distribution)
this might also be the solution for the error with other package something like
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for *****
Failed to build plyvel
ERROR: Could not build wheels for *****, which is required to install pyproject.toml-based projects