runtime error
/home/user/.local/lib/python3.8/site-packages/deeplake/util/check_latest_version.py:32: UserWarning: A newer version of deeplake (3.6.5) is available. It's recommended that you update to the latest version using `pip install -U deeplake`. warnings.warn( Traceback (most recent call last): File "app.py", line 20, in <module> db = DeepLake(dataset_path=f"hub://{username}/{projectname}", read_only=True, embedding_function=embeddings) File "/home/user/.local/lib/python3.8/site-packages/langchain/vectorstores/deeplake.py", line 123, in __init__ if deeplake.exists(dataset_path, token=token, **creds_args) and not kwargs.get( File "/home/user/.local/lib/python3.8/site-packages/deeplake/api/dataset.py", line 319, in exists storage, cache_chain = get_storage_and_cache_chain( File "/home/user/.local/lib/python3.8/site-packages/deeplake/util/storage.py", line 193, in get_storage_and_cache_chain storage = storage_provider_from_path( File "/home/user/.local/lib/python3.8/site-packages/deeplake/util/storage.py", line 54, in storage_provider_from_path storage: StorageProvider = storage_provider_from_hub_path( File "/home/user/.local/lib/python3.8/site-packages/deeplake/util/storage.py", line 110, in storage_provider_from_hub_path client = DeepLakeBackendClient(token=token) File "/home/user/.local/lib/python3.8/site-packages/deeplake/client/client.py", line 68, in __init__ orgs = self.get_user_organizations() File "/home/user/.local/lib/python3.8/site-packages/deeplake/client/client.py", line 410, in get_user_organizations response = self.request( File "/home/user/.local/lib/python3.8/site-packages/deeplake/client/client.py", line 160, in request check_response_status(response) File "/home/user/.local/lib/python3.8/site-packages/deeplake/client/utils.py", line 83, in check_response_status raise AuthorizationException(message, response=response) deeplake.util.exceptions.AuthorizationException:
Container logs:
Fetching error logs...