简体   繁体   中英

“ ModuleNotFoundError: No module named 'azure' ” after importing azure.datalake.store even though it is installed

I have tried installing and re-installing the package multiple times (pip install azure-datalake-store) to solve this problem but nothing will work. I have have multiple other imports that all work, but "from azure.datalake.store import core, lib, multithread" keeps giving me a ModuleNotFoundError. Any advice to fix this would be much appreciated

Can you try this command explicitly to have successful import as mentioned here

!pip install azure-datalake-store

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM