Help Needed: ModuleNotFoundError with Datashader

Hey everyone,

I’m running into a bit of an issue with Datashader. When I try to use it, I keep getting the following error:

ModuleNotFoundError: No module named 'datashader'

I did some searching and found out these resources Getting Started — Datashader v0.16.3 power bi career opportunities import error in lidar example · Issue #315 · holoviz/datashader · GitHub and as per them tried the following.

I’ve already tried reinstalling it using pip:

pip install datashader

But I’m still facing the same problem. My Python environment seems to be correctly set up, and other libraries are working fine.

Has anyone else encountered this issue or have any suggestions on how to resolve it? Any help would be greatly appreciated!

Thanks a lot!

Cheers,

which python
which pip

and ensure that it matches the same environment.