Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

ModuleNotFoundError: No module named 'azure.storage.filedatalake' python3.8 #671

Closed codecando-x closed 4 years ago

codecando-x commented 4 years ago

Which service(blob, file, queue) does this issue concern?

azure-storage-file-datalake==12.0.2

Which version of the SDK was used? Please provide the output of pip freeze.

>pip3.8.exe freeze | sls azure
azure-common==1.1.25
azure-core==1.6.0
azure-storage-blob==12.3.2
azure-storage-common==2.1.0
azure-storage-file==2.1.0
azure-storage-file-datalake==12.0.2

What problem was encountered?

>python3.8.exe .\test-datalake.py
Traceback (most recent call last):
  File ".\test-datalake.py", line 2, in <module>
    from azure.storage.filedatalake import DataLakeServiceClient
ModuleNotFoundError: No module named 'azure.storage.filedatalake'

Have you found a mitigation/solution?

No

Note: for table service, please post the issue here instead: https://github.com/Azure/azure-cosmosdb-python.

codecando-x commented 4 years ago

I was able to get it working. By running it within a venv.