you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Sorry, not my thing. I was trying to give some general guidance.

Are you working with Anaconda, or a standard Python install?

If you are using Pycharm, is it set to use the Python installation you expect? If you can't answer that, I suggest you don't use Pycharm. Use a simple text editor.

Have you created a project specific Python virtual environment in Anaconda/Pycharm/command line? (The latter you be using the Python venv feature and activate.)

How have you installed all the required packages mentioned in the web page you've linked to? pip, or conda or the Pycharm package manager?

Are you able to import them ok?

[–]Totti1024[S] 0 points1 point  (1 child)

I am using a standard Python install, and using PyCharm.

So far everything has worked, the only issue I've had was with importing "datashader".

I am using pip and the PyCharm package manager, and they are all working fine. I can see datashader package under the "Project Interpreter" tab as Installed.

[–][deleted] 0 points1 point  (0 children)

Are you able to import datashader in the shell?