为什么Jupyter Notebook在使用python 3.7安装期间引发错误?

时间:2019-03-22 18:52:18

标签: python-3.x jupyter-notebook

我有Windows 10,并且正在尝试通过以下方式安装Jupyter:

pip3 install jupyter 

或任何其他命令:pip install jupyter notebook等。我也尝试将其安装在我的项目环境中,但是每次它出现时都会出现:

File "c:\users\hp\appdata\local\programs\python\python37-32\lib\zipfile.py", line 1222, in __init__
    self._RealGetContents()
  File "c:\users\hp\appdata\local\programs\python\python37-32\lib\zipfile.py", line 1289, in _RealGetContents
    raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file

有人可以帮助我吗?

0 个答案:

没有答案