且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

安装Jupyter&时出错pywinpty(Python)

更新时间:2022-12-07 11:45:52

暂时,直到标准方式不适用于Python 3.7为止,您可以使用

Temporarily, until standard way does not work for Python 3.7, you can install pywinpty manually by using the prebuilt wheel from Gohlke's collection and then install jupyter with pip.

要手动安装(从 cmd Powershell ),请使用: pip install drive:\path\to\the\wheel\pywinpty-0.5.4-cp37-cp37m-win_amd64.whl

To install manually (from cmd or Powershell) use: pip install drive:\path\to\the\wheel\pywinpty-0.5.4-cp37-cp37m-win_amd64.whl