Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is importlib.util in python3?

I am trying to pip install importlib with python 3.6, but I get an Import Error saying: 'NO Module named "importlib.util"'. This also comes up when I try to pip install imagescanner, which is my real intention. Building an App that connects to Image Scanner Devices, but that's another problem... Thanks for any help!

like image 812
hccavs19 Avatar asked Oct 15 '25 03:10

hccavs19


1 Answers

importlib is builtin with Python 3 (at least for me), you can import it directly without installing anything.

The error from pip install is possibly due to importlib is builtin and there's no distribution that's publicly available.

like image 80
TYZ Avatar answered Oct 16 '25 17:10

TYZ



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!