macOS 10.14: Can't install 1.0.0
Closed this issue · 5 comments
Hmm.. The wheel is definitely there for macOS 10.15 + Python 3.7 (hoping it will be compatible with your macOS 10.14)
Before we try anything else, first can you try upgrading pip
pip install --upgrade pip
If that doesn't work can you try download the cp37 wheel
and installing directly
pip install cspy-1.0.0-cp37-cp37m-macosx_10_15_x86_64.whl
ERROR: cspy-1.0.0-cp37-cp37m-macosx_10_15_x86_64.whl is not a supported wheel on this platform.
Just added macos-10.14 to the release workflow but I think the minimum is 10.15 in github actions (https://github.com/torressa/cspy/runs/2716108521#step:1:4)
You're gonna have to build from source if you wan't to use this package as I don't have access to a macOS machine.
The dependencies are listed in the README and once you have them installed you can do
make python
pip install build/python/
ok, i will upgrade my macOS, but maybe you should add another version macos-11
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
I've just tried that but as it says in the notice under that table they are not accepting any new macos-11
jobs