I am having an error when trying to install a package from pip called DiscordUtils Exception: ERROR: The 'make' utility is missing from PATH and ERROR: Could not build wheels for PyNaCl which use PEP 517 and cannot be installed directly
Asked
Active
Viewed 1,039 times
1
-
You likely don't have the `make` utility installed. What operating system are you running? – Shane Bishop Jan 09 '21 at 17:55
-
its windows 10 64bit – Jango DarkWind Jan 09 '21 at 18:00
-
Any help i can get? – Jango DarkWind Jan 09 '21 at 21:21
-
Is [this](https://pypi.org/project/DiscordUtils/) the pip package you are referring to? Are you sure you are running `pip install` directly on Windows? I don't expect that it would expect `make` to be installed if you are installing on Windows. Can you also please post the full output of `pip install`? – Shane Bishop Jan 09 '21 at 22:59
-
Yes that is the package I'm referring – Jango DarkWind Jan 09 '21 at 23:10
-
I'm running pip install on my command prompt – Jango DarkWind Jan 09 '21 at 23:35