Python install pyinstaller failed

Python install pyinstaller failed

The following error occurs when using pip3 install pyinstalller to install pyinstaller directly under python3 Windows:

 If prompted: error: invalid command 'bdist_wheel', you need to install the wheel tool first

pip3 install wheel

 Then install pyinstaller

pip3 install pyinstaller

Reference: https://blog.csdn.net/chouzhou9701/article/details/86662689

Guess you like

Origin www.cnblogs.com/yocichen/p/12690909.html