I am build a .whl package on my MacOS Ventura13.4 (x86_64 platform)
python setup.py bdist_wheel
pip install dist/my_file.whl
Error text:
*.whl is not a supported wheel on this platform
How to fix the error?
My versions:
python3.7.0 (need this version)
pip 23.1.2
pybind 2.9.1 (need this version)
setuptools 39.0.1
wheel 0.40.0
Python was installed from official site: (macOS 64-bit installer)
Update
Found out that the problem deals with python3.7.0
, because there are no errors for python 3.8
What is wrong with python3.7
?