ModuleNotFound DeepPavlov_Agent

Hello! I am trying to install DeepPavlov Agent, I follow instructions in docs.

I do “pip install deeppavlov_agent” - that works all the way.

THEN I do
“python -m deeppavlov_agent.run -ch http_client -p 4242 -pl pipeline_conf.json -db db_conf.json -rl -d”

I get this:
Error while finding module specification for ‘deeppavlov_agent.run’
(ModuleNotFoundError: No module named ‘deeppavlov_agent’)

What am I doing wrong?
What shall I do?
Help please!

Win 10, python 3.8

Hi!
What is in your pip freeze output?

Hi, solved the problem.
I installed all environment components for the requirements of deeppavlov_agent, and it started to work somehow.

Thank you for the hint!