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
Traceback (most recent call last):
File "/home/pliang/.local/bin/cl", line 5, in <module>
from codalab.bin.cl import main
File "/home/pliang/.local/lib/python3.8/site-packages/codalab/bin/cl.py", line 3, in <module>
from codalab.lib.bundle_cli import BundleCLI
File "/home/pliang/.local/lib/python3.8/site-packages/codalab/lib/bundle_cli.py", line 38, in <module>
import codalab.model.bundle_model as bundle_model
File "/home/pliang/.local/lib/python3.8/site-packages/codalab/model/bundle_model.py", line 20, in <module>
from codalab.bundles import get_bundle_subclass
File "/home/pliang/.local/lib/python3.8/site-packages/codalab/bundles/__init__.py", line 1, in <module>
from codalab.bundles.dataset_bundle import DatasetBundle
File "/home/pliang/.local/lib/python3.8/site-packages/codalab/bundles/dataset_bundle.py", line 4, in <module>
from codalab.bundles.uploaded_bundle import UploadedBundle
File "/home/pliang/.local/lib/python3.8/site-packages/codalab/bundles/uploaded_bundle.py", line 8, in <module>
from codalab.bundles.named_bundle import NamedBundle
File "/home/pliang/.local/lib/python3.8/site-packages/codalab/bundles/named_bundle.py", line 9, in <module>
from codalab.common import UsageError
File "/home/pliang/.local/lib/python3.8/site-packages/codalab/common.py", line 20, in <module>
from azure.storage.blob import generate_blob_sas, BlobSasPermissions
ImportError: cannot import name 'generate_blob_sas' from 'azure.storage.blob' (/usr/lib/python3/dist-packages/azure/storage/blob/__init__.py)
The text was updated successfully, but these errors were encountered:
On Ubuntu 20.04 with Python 3.8
The text was updated successfully, but these errors were encountered: