Maria
Maria

Reputation: 11

ERROR: Failed building wheel for pyinstaller Failed to build pyinstaller

I need help.

Error while installing pyinstaller using pip pip install pyinstaller. I'm trying to install pyinstaller but each time I'm getting the same error.

ERROR: Failed building wheel for pyinstaller Failed to build pyinstaller ERROR: Could not build wheels for pyinstaller which use PEP 517 and cannot be installed directly

any help will be appreciated.

Upvotes: 1

Views: 5124

Answers (1)

Tony Qu
Tony Qu

Reputation: 61

I had this same issue but I used pip install pyinstaller==3.6 and it worked without any issues. From: https://github.com/pydata/bottleneck/issues/343

Upvotes: 1

Related Questions