Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No module named 'pydruid'

I'm following this tutorial from Druid which is to connect jupyter notebook to druid. When i ran it keep giving me ModuleNotFoundError: No module named 'pydruid' when i already installed the requirement.

like image 644
Dzakirin Avatar asked Mar 05 '26 15:03

Dzakirin


1 Answers

Seems like pydruid 0.6.0 has this issue. Try installing the previous version of pydruid.

pip install pydruid==0.5.9 for workaround. Refer here for the same issue in github.

enter image description here

like image 183
Narendra Prasath Avatar answered Mar 07 '26 04:03

Narendra Prasath



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!