zrcoffee 发表于 2013-1-14 07:14:20

ExtractionError: Can't extract file(s) to egg cache

ExtractionError: Can't extract file(s) to egg cache

The following error occurred while trying to extract file(s) to the Python egg
cache:

Permission denied: '/root/.python-eggs'

The Python egg cache directory is currently set to:

/root/.python-eggs

Perhaps your account does not have write access to this directory?You can
change the cache directory by setting the PYTHON_EGG_CACHE environment
variable to point to an accessible directory.

解决方法:
在conf文件中添加:"SetEnv PYTHON_EGG_CACHE /tmp"
页: [1]
查看完整版本: ExtractionError: Can't extract file(s) to egg cache