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

[USER ISSUE] cl not working #4561

Open
percyliang opened this issue Oct 25, 2023 · 0 comments
Open

[USER ISSUE] cl not working #4561

percyliang opened this issue Oct 25, 2023 · 0 comments
Assignees
Labels
p1 Do it in the next two weeks. user-question

Comments

@percyliang
Copy link
Collaborator

On Ubuntu 20.04 with Python 3.8

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)
@percyliang percyliang added user-question p1 Do it in the next two weeks. labels Oct 25, 2023
@percyliang percyliang assigned percyliang and unassigned epicfaace Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 Do it in the next two weeks. user-question
Projects
None yet
Development

No branches or pull requests

2 participants