python3.8.1安装cx_Freeze


按照官网的提示命令python -m pip install cx_Freeze --upgrade安装,不成功,报了一个错误,说cx_Freeze找不到需要的版本,还有一些警告说PIP需要升级,没理会,发现有PIP3.8命令,果断使用,成功安装:
  • pip3.8 install cx_Freeze