如何安装并使用Python3.6版本的PyInstaller?

2026-05-28 22:040阅读0评论SEO基础
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计543个文字,预计阅读时间需要3分钟。

如何安装并使用Python3.6版本的PyInstaller?

1. 安装PyInstaller和Anaconda,然后安装Python。 - 由于Anaconda自带了许多库,可以节省很多安装时间。

2.使用国外库安装PyInstaller时,可能会遇到以下错误:

- ERROR: Could not fetch URL 'https://pypi.org/simple/PyInstaller/' (from https://pypi.org/simple) - Could not resolve host 'pypi.org'. - ERROR: Could not fetch URL 'https://pypi.org/simple/PyInstaller/' (from https://pypi.org/simple) - Could not resolve host 'pypi.org'.

一、安装pyinstaller

先安装anacode,再去安装python。会有很多自带的lib库,可以省去很多麻烦。

阅读全文

本文共计543个文字,预计阅读时间需要3分钟。

如何安装并使用Python3.6版本的PyInstaller?

1. 安装PyInstaller和Anaconda,然后安装Python。 - 由于Anaconda自带了许多库,可以节省很多安装时间。

2.使用国外库安装PyInstaller时,可能会遇到以下错误:

- ERROR: Could not fetch URL 'https://pypi.org/simple/PyInstaller/' (from https://pypi.org/simple) - Could not resolve host 'pypi.org'. - ERROR: Could not fetch URL 'https://pypi.org/simple/PyInstaller/' (from https://pypi.org/simple) - Could not resolve host 'pypi.org'.

一、安装pyinstaller

先安装anacode,再去安装python。会有很多自带的lib库,可以省去很多麻烦。

阅读全文