Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adafruit DHT22 repository requires access to .python-eggs #9

Closed
austinmeier opened this issue Dec 15, 2016 · 3 comments
Closed

Adafruit DHT22 repository requires access to .python-eggs #9

austinmeier opened this issue Dec 15, 2016 · 3 comments

Comments

@austinmeier
Copy link
Owner

austinmeier commented Dec 15, 2016

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

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

[Errno 13] 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.

only happens on non-pi users (nimrod from growberry-webserver)

@austinmeier
Copy link
Owner Author

austinmeier commented Dec 15, 2016

Can be resolved by modifying environmental variable: PYTHON_EGG_CACHE

add:
export PYTHON_EGG_CACHE=/home/nimrod337/.python-eggs

to the bottom of .bashrc

leaving open for now to remind me to fix with a more permanent solution.

@austinmeier
Copy link
Owner Author

After running for 2 hours, sampling every 10 minutes, the above solution failed again.

@austinmeier
Copy link
Owner Author

This issue was moved to Growberry#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant