- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
编辑,这似乎是一般权限问题:
The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was:
/Library/Python/2.7/site-packages/
Perhaps your account does not have write access to this directory?
<小时/>
我发现了这个问题,这正是我的问题,但我没有 ~/.pydistutils.cfg
文件:
virtualenv: could not create '/lib/python2.7': Permission denied
我也确实安装了 setuptools 和命令行工具,如下所述:Error when ex mkvirtualenv in Mountain Lion
我用 sudo 安装了所有东西,但我不能在这里使用 sudo:
sudo: mkvirtualenv: command not found
回溯:
mkvirtualenv myenv
......stuff here......
build/lib/setuptools/_backport/hashlib
running install_lib
creating /Library/Python/2.7/site-packages/_markerlib
error: could not create '/Library/Python/2.7/site-packages/_markerlib': Permission denied
----------------------------------------
...Installing Setuptools...done.
Traceback (most recent call last):
File "/usr/local/bin/virtualenv", line 8, in <module>
load_entry_point('virtualenv==1.10.1', 'console_scripts', 'virtualenv')()
File "/Library/Python/2.7/site-packages/virtualenv.py", line 821, in main
symlink=options.symlink)
File "/Library/Python/2.7/site-packages/virtualenv.py", line 961, in create_environment
install_sdist('Setuptools', 'setuptools-*.tar.gz', py_executable, search_dirs)
File "/Library/Python/2.7/site-packages/virtualenv.py", line 932, in install_sdist
filter_stdout=filter_install_output)
File "/Library/Python/2.7/site-packages/virtualenv.py", line 899, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /Users/cbron/.virtualenvs/sam/bin/python setup.py install --single-version-externally-managed --record record failed with error code 1
最佳答案
sudo chown -R your-username:wheel /Library/Python/2.7/site-packages
您可能需要 chmod 目录的权限和/或卸载并重新安装 virtualenv:
sudo pip uninstall virtualenv
sudo pip uninstall virtualenvwrapper
sudo pip install virtualenv
sudo pip install virtualenvwrapper
echo "source `which virtualenvwrapper.sh`" >> ~/.bash_profile
. ~/.bash_profile
关于python - 无法使用 mkvirtualenv, "site-packages/_markerlib"权限被拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21194519/
尽管使用 sudo,pip install 命令有时会生成类似于以下内容的错误: ...Installing collected packages: setuptools, protobuf, whe
编辑,这似乎是一般权限问题: The installation directory you specified (via --install-dir, --prefix, or the distuti
由于这个错误,我无法在 virtualenv 上安装一些包。 我尝试安装: pip install pyups==0.4.4 和 pip install --upgrade distribute 他们
当前正在尝试安装一些 Web 框架,但失败并出现以下错误。当我尝试安装其他软件包时,它也显示相同的错误。我无法弄清楚它源自哪里。任何想法都会有很大帮助。 PS D:\Python_Programmi
我是一名优秀的程序员,十分优秀!