Forums

It does not see my installed dotenv package

I have typed pip3.10 install python-dotenv but it said that the requirement is already satisfied.

But when I try to start my always-on task, it catches an error: No module named 'dotenv' found.

Why it does not see my module?

Made it work by insertin 3.10 version into task's command

Great! Glad you got it working.