使用pip安装jupyter笔记本时遇到错误 [英] Encountered an error while installing jupyter notebook using pip

查看:145
本文介绍了使用pip安装jupyter笔记本时遇到错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误:命令错误,退出状态为1: 命令:'g:\ python38 \ python.exe'-c'import sys,setuptools,tokenize; sys.argv [0] =''"'C:\ Users \ REVANTH SAI \ AppData \ Local \ Temp \ pip-install-5m2h9dud \ pywinpty \ setup.py'"';; 文件 =''"'C:\ Users \ REVANTH SAI \ AppData \ Local \ Temp \ pip-install-5m2h9dud \ pywinpty \ setup.py''"'; f = getattr(tokenize ,''"'open''"',打开)(文件); code = f.read().replace(''""\\ r \ n'"'' ,''"'\ n''"'); f.close(); exec(compile(code, file ,''"'exec''"')))' egg_info --egg-base'C:\ Users \ REVANTH SAI \ AppData \ Local \ Temp \ pip-install-5m2h9dud \ pywinpty \ pip-egg-info' CWD:C:\ Users \ REVANTH SAI \ AppData \ Local \ Temp \ pip-install-5m2h9dud \ pywinpty \ 完整输出(147行): 无法找到pgen,无法编译正式语法. 追溯(最近一次通话): 安装程序中的文件"g:\ python38 \ lib \ distutils \ core.py",第148行 dist.run_commands() 在run_commands中的文件"g:\ python38 \ lib \ distutils \ dist.py",行966 self.run_command(cmd) 在run_command中的文件"g:\ python38 \ lib \ distutils \ dist.py",行985 cmd_obj.run() 正在运行的文件"g:\ python38 \ lib \ site-packages \ setuptools \ command \ bdist_egg.py",第163行 self.run_command("egg_info") 在run_command中的文件"g:\ python38 \ lib \ distutils \ cmd.py",第313行 self.distribution.run_command(命令) 在run_command中的文件"g:\ python38 \ lib \ distutils \ dist.py",行985 cmd_obj.run() 运行中的文件"g:\ python38 \ lib \ site-packages \ setuptools \ command \ egg_info.py",第283行 self.mkpath(self.egg_info) mkpath中的文件"g:\ python38 \ lib \ distutils \ cmd.py",行338 dir_util.mkpath(名称,模式,dry_run = self.dry_run) mkpath中的文件"g:\ python38 \ lib \ distutils \ dir_util.py",第70行 os.mkdir(head,mode) 换行的文件"g:\ python38 \ lib \ site-packages \ setuptools \ sandbox.py",第310行 路径= self._remap_input(名称,路径,* args,** kw) _remap_input中的文件"g:\ python38 \ lib \ site-packages \ setuptools \ sandbox.py",第452行 self._violation(操作,os.path.realpath(路径),* args,** kw) _violation中的文件"g:\ python38 \ lib \ site-packages \ setuptools \ sandbox.py",第407行 提高SandboxViolation(operation,args,kw) setuptools.sandbox.SandboxViolation:SandboxViolation:mkdir('C:\ Users \ REVANT〜1 \ AppData \ Local \ Temp \ easy_install-q_7oforc \ Cython-0.29.14 \ Cython.egg-info',511){}

ERROR: Command errored out with exit status 1: command: 'g:\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\REVANTH SAI\AppData\Local\Temp\pip-install-5m2h9dud\pywinpty\setup.py'"'"'; file='"'"'C:\Users\REVANTH SAI\AppData\Local\Temp\pip-install-5m2h9dud\pywinpty\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\REVANTH SAI\AppData\Local\Temp\pip-install-5m2h9dud\pywinpty\pip-egg-info' cwd: C:\Users\REVANTH SAI\AppData\Local\Temp\pip-install-5m2h9dud\pywinpty\ Complete output (147 lines): Unable to find pgen, not compiling formal grammar. Traceback (most recent call last): File "g:\python38\lib\distutils\core.py", line 148, in setup dist.run_commands() File "g:\python38\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) File "g:\python38\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "g:\python38\lib\site-packages\setuptools\command\bdist_egg.py", line 163, in run self.run_command("egg_info") File "g:\python38\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "g:\python38\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "g:\python38\lib\site-packages\setuptools\command\egg_info.py", line 283, in run self.mkpath(self.egg_info) File "g:\python38\lib\distutils\cmd.py", line 338, in mkpath dir_util.mkpath(name, mode, dry_run=self.dry_run) File "g:\python38\lib\distutils\dir_util.py", line 70, in mkpath os.mkdir(head, mode) File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 310, in wrap path = self._remap_input(name, path, *args, **kw) File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 452, in _remap_input self._violation(operation, os.path.realpath(path), *args, **kw) File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 407, in _violation raise SandboxViolation(operation, args, kw) setuptools.sandbox.SandboxViolation: SandboxViolation: mkdir('C:\Users\REVANT~1\AppData\Local\Temp\easy_install-q_7oforc\Cython-0.29.14\Cython.egg-info', 511) {}

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.


During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 154, in save_modules
    yield saved
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context
    yield
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 250, in run_setup
    _execfile(setup_script, ns)
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 45, in _execfile
    exec(code, globals, locals)
  File "C:\Users\REVANT~1\AppData\Local\Temp\easy_install-q_7oforc\Cython-0.29.14\setup.py", line 228, in <module>        File "g:\python38\lib\site-packages\setuptools\__init__.py", line 145, in setup
    return distutils.core.setup(**attrs)
  File "g:\python38\lib\distutils\core.py", line 163, in setup
    raise SystemExit("error: " + str(msg))
SystemExit: error: SandboxViolation: mkdir('C:\\Users\\REVANT~1\\AppData\\Local\\Temp\\easy_install-q_7oforc\\Cython-0.29.14\\Cython.egg-info', 511) {}

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.


During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "g:\python38\lib\site-packages\setuptools\command\easy_install.py", line 1144, in run_setup
    run_setup(setup_script, args)
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 253, in run_setup
    raise
  File "g:\python38\lib\contextlib.py", line 131, in __exit__
    self.gen.throw(type, value, traceback)
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context
    yield
  File "g:\python38\lib\contextlib.py", line 131, in __exit__
    self.gen.throw(type, value, traceback)
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 166, in save_modules
    saved_exc.resume()
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 141, in resume
    six.reraise(type, exc, self._tb)
  File "g:\python38\lib\site-packages\setuptools\_vendor\six.py", line 685, in reraise
    raise value.with_traceback(tb)
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 154, in save_modules
    yield saved
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context
    yield
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 250, in run_setup
    _execfile(setup_script, ns)
  File "g:\python38\lib\site-packages\setuptools\sandbox.py", line 45, in _execfile
    exec(code, globals, locals)
  File "C:\Users\REVANT~1\AppData\Local\Temp\easy_install-q_7oforc\Cython-0.29.14\setup.py", line 228, in <module>        File "g:\python38\lib\site-packages\setuptools\__init__.py", line 145, in setup
    return distutils.core.setup(**attrs)
  File "g:\python38\lib\distutils\core.py", line 163, in setup
    raise SystemExit("error: " + str(msg))
SystemExit: error: SandboxViolation: mkdir('C:\\Users\\REVANT~1\\AppData\\Local\\Temp\\easy_install-q_7oforc\\Cython-0.29.14\\Cython.egg-info', 511) {}

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.


During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\REVANTH SAI\AppData\Local\Temp\pip-install-5m2h9dud\pywinpty\setup.py", line 68, in <module>               setup(
  File "g:\python38\lib\site-packages\setuptools\__init__.py", line 144, in setup
    _install_setup_requires(attrs)
  File "g:\python38\lib\site-packages\setuptools\__init__.py", line 139, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "g:\python38\lib\site-packages\setuptools\dist.py", line 716, in fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
  File "g:\python38\lib\site-packages\pkg_resources\__init__.py", line 780, in resolve
    dist = best[req.key] = env.best_match(
  File "g:\python38\lib\site-packages\pkg_resources\__init__.py", line 1065, in best_match
    return self.obtain(req, installer)
  File "g:\python38\lib\site-packages\pkg_resources\__init__.py", line 1077, in obtain
  File "g:\python38\lib\site-packages\setuptools\dist.py", line 786, in fetch_build_egg
    return cmd.easy_install(req)
  File "g:\python38\lib\site-packages\setuptools\command\easy_install.py", line 679, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File "g:\python38\lib\site-packages\setuptools\command\easy_install.py", line 705, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "g:\python38\lib\site-packages\setuptools\command\easy_install.py", line 890, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File "g:\python38\lib\site-packages\setuptools\command\easy_install.py", line 1158, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File "g:\python38\lib\site-packages\setuptools\command\easy_install.py", line 1146, in run_setup
    raise DistutilsError("Setup script exited with %s" % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with error: SandboxViolation: mkdir('C:\\Users\\REVANT~1\\AppData\\Local\\Temp\\easy_install-q_7oforc\\Cython-0.29.14\\Cython.egg-info', 511) {}

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.

----------------------------------------

错误:命令错误,退出状态为1:python setup.py egg_info检查日志以获取完整的命令输出.

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

推荐答案

您需要先更新setuptools.

pip install setuptools --upgrade

python 3.8中的一个更改导致较旧版本的setuptools导致此问题.

There was a change in python 3.8 that caused this issue with older versions of setuptools.

这篇关于使用pip安装jupyter笔记本时遇到错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆