Could not build wheels for ____ which use PEP 517 and cannot be installed directly
pip install <package-name> --no-binary :all:
don’t use pre-built stuff, build it from scratch.
Also, make sure your build tools are up-to-date:
pip install setuptools wheel build
If this helped you, please upvote — it might help someone else too! 👍