mnmelo / lazy_import

A module for lazy loading of Python modules
Other
86 stars 29 forks source link

how to fix "xxx attempted to use a functionality that requires module xxx, but it couldn't be loaded. Please install xxx and retry." #20

Open happysheep224 opened 4 years ago

happysheep224 commented 4 years ago

ImportError: mmskeleton.utils.third_party attempted to use a functionality that requires module mmdet.apis, but it couldn't be loaded. Please install mmdet and retry.

thiswillbeyourgithub commented 6 months ago

Same with "from datetime import datetime". Neither lazy_module nor lazy_callable worked