无法使用pip安装软件包(错误29)

时间:2019-03-10 16:34:07

标签: python pip

我正在尝试使用pip install --target=./packages github3.py安装github3.py。但是我得到一个错误:

Program aborted.
  Error [Errno 29] Illegal seek: '~/Python3/bin/python.c' while executing command ~/Python3/bin/python.c ~/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /private~/tmp/pip-build-env-__idot3g/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools>=18.5 wheel "cffi>=1.8,!=1.11.3; python_implementation != 'PyPy'"
  Installing build dependencies ... error
Could not install packages due to an EnvironmentError: [Errno 29] Illegal seek: '~/Python3/bin/python.c'

0 个答案:

没有答案
相关问题