Installation Issue on Mac

Yes, the problem here is that the wheel is built for Python 3.6, 3.7 and 3.8, but you're running 3.9. You can work around this by launching a new virtual environment using Python 3.8 (e.g. with pyenv). The upcoming version (currently available as a nightly pre-release) will include wheels for Python 3.9 as well.

1 Like