简体   繁体   中英

How to create executables of py files in python 3.8.5?

How can I generate executables of python files using python's 3.8.5 version? So far I've been having a lot of problems with pyinstaller which only supports until version 3.7. Do I necessarily need to downgrade my python's version? If so, how can I change my python version using windows powershell (without anaconda)?

try entering

    py -0

then see what available versions of python you have installed, then just enter py -"version number here" and it should boot up that version

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM