Installing dash

i have installed python 3.12.0. It operates properly. I have also pip installed pandas and numpy, which work properly. I have installed Dash, but when i import dash, i get “No module named ‘dash’”. I have tried several ideas including using a conda prompt, virtual environments, etc. I am trying to work in spyder. I would prefer to just have dash installed and not need a virtual environment. sorry for the basic question.

1 Like

Hey fellow beginningcoder,

I would try to find pip path and adding it to tools/PYTHONPATH manager in Spyder IDE.
Do not forget to restart your Spyder after adding the path.

Best of luck with your coding journey!