我有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
有人可以帮助我吗?