adlfs icon indicating copy to clipboard operation
adlfs copied to clipboard

Getting module 'resource' has no attribute 'error

Open theyaa opened this issue 4 years ago • 0 comments

After installing adlfs with conda, I am trying a simple import in python like below from adlfs import *

Getting the below error when running the above import.

File "", line 1, in File "C:\Anaconda3\envs\theyaa2\lib\site-packages\adlfs_init_.py", line 1, in from .spec import AzureDatalakeFileSystem File "C:\Anaconda3\envs\theyaa2\lib\site-packages\adlfs\spec.py", line 28, in from fsspec.asyn import ( File "C:\Anaconda3\envs\theyaa2\lib\site-packages\fsspec\asyn.py", line 167, in ResourceEror = resource.error AttributeError: module 'resource' has no attribute 'error'

Please help.

theyaa avatar Feb 14 '22 18:02 theyaa