下载 https://gitee.com/mirrors/poetry/blob/master/get-poetry.py

配置 pip.conf

下载 https://github.com/python-poetry/poetry/releases

安装 https://my.oschina.net/h2dp/blog/5015115

安装过程中:

zipfile.BadZipFile: File is not a zip file

删除 wheel 文件,重新安装

  1. [[package]]
  2. name = "oauthlib"
  3. version = "3.1.1"
  4. description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
  5. category = "main"
  6. optional = false
  7. python-versions = ">=3.6"
  8. [package.extras]
  9. rsa = ["cryptography (>=3.0.0,<4)"]
  10. signals = ["blinker (>=1.4.0)"]
  11. signedtoken = ["cryptography (>=3.0.0,<4)", "pyjwt (>=2.0.0,<3)"]