Could not build wheels for _ which use PEP 517 and cannot be installed directly – Easy Solution

The easiest solution to deal with the error

"Could not build wheels for ____ which use PEP 517 and cannot be installed directly" 

is the following:

sudo pip3 install _____ --no-binary :all:

Where ____ is obviously the name of the library you want to install.

Leave a Comment