You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I was trying to reproduce the results and had successfully installed all installation files. However when I run the main.py file by !python main.py ,I am thrown the following exception:
Traceback (most recent call last):
File "main.py", line 13, in <module>
import util
File "/content/hebbian-evolution/util.py", line 12, in <module>
client = storage.Client()
File "/usr/local/lib/python3.8/dist-packages/google/cloud/storage/client.py", line 115, in __init__
super(Client, self).__init__(
File "/usr/local/lib/python3.8/dist-packages/google/cloud/client.py", line 249, in __init__
_ClientProjectMixin.__init__(self, project=project)
File "/usr/local/lib/python3.8/dist-packages/google/cloud/client.py", line 201, in __init__
project = self._determine_default(project)
File "/usr/local/lib/python3.8/dist-packages/google/cloud/client.py", line 216, in _determine_default
return _determine_default_project(project)
File "/usr/local/lib/python3.8/dist-packages/google/cloud/_helpers.py", line 186, in _determine_default_project
_, project = google.auth.default()
File "/usr/local/lib/python3.8/dist-packages/google/auth/_default.py", line 338, in default
credentials, project_id = checker()
File "/usr/local/lib/python3.8/dist-packages/google/auth/_default.py", line 185, in _get_explicit_environ_credentials
credentials, project_id = load_credentials_from_file(
File "/usr/local/lib/python3.8/dist-packages/google/auth/_default.py", line 96, in load_credentials_from_file
raise exceptions.DefaultCredentialsError(
google.auth.exceptions.DefaultCredentialsError: File /root/.gs/hebbian-meta-learning.json was not found.
If I understand currently we are missing a Google Cloud Storage credentials file called hebbian-meta-learning.json
Any way to solve this by getting the file?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I was trying to reproduce the results and had successfully installed all installation files. However when I run the main.py file by
!python main.py
,I am thrown the following exception:If I understand currently we are missing a Google Cloud Storage credentials file called hebbian-meta-learning.json
Any way to solve this by getting the file?
Thanks!
The text was updated successfully, but these errors were encountered: