python3.8.1安装cx_Freeze

按照官网的提示命令python -m pip install cx_Freeze --upgrade安装,不成功,报了一个错误,说cx_Freeze找不到需要的版本,还有一些警告说PIP需要升级,没理会,发现有PIP3.8命令,果断使用,成功安装:
  • pip3.8 install cx_Freeze
posted @ 2020-03-12 15:59  荒野游侠  阅读(263)  评论(0)    收藏  举报