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

Container: ee authentication #158

Open
initze opened this issue Jul 17, 2024 · 0 comments
Open

Container: ee authentication #158

initze opened this issue Jul 17, 2024 · 0 comments

Comments

@initze
Copy link
Owner

initze commented Jul 17, 2024

Problem

Out of the box ee.Authenticate not working without
"gcloud"

Solution

  • add gcloud

Error

Singularity> pip install oauth2client
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting oauth2client
  Downloading oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB)
Requirement already satisfied: httplib2>=0.9.1 in /opt/venv/lib/python3.11/site-packages (from oauth2client) (0.22.0)
Requirement already satisfied: pyasn1>=0.1.7 in /opt/venv/lib/python3.11/site-packages (from oauth2client) (0.6.0)
Requirement already satisfied: pyasn1-modules>=0.0.5 in /opt/venv/lib/python3.11/site-packages (from oauth2client) (0.4.0)
Requirement already satisfied: rsa>=3.1.4 in /opt/venv/lib/python3.11/site-packages (from oauth2client) (4.9)
Requirement already satisfied: six>=1.6.1 in /opt/venv/lib/python3.11/site-packages (from oauth2client) (1.16.0)
Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/venv/lib/python3.11/site-packages (from httplib2>=0.9.1->oauth2client) (3.1.2)
Downloading oauth2client-4.1.3-py2.py3-none-any.whl (98 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.2/98.2 kB 3.0 MB/s eta 0:00:00
Installing collected packages: oauth2client
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/opt/venv/lib/python3.11/site-packages/oauth2client'
Check the permissions.
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