Hello,
I'm using below path to install the module fastapi
/www/apipanel/2817f76c46753bf08aca2be421dc6e4e_venv/bin/pip3 install fastapi
Finally, when write pip3 list, I found this module, but when opening terminal
/www/apipanel/2817f76c46753bf08aca2be421dc6e4e_venv/bin/python3
I get message:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'fastapi'
When I enter package manager also I see that fast API was installed
What did I do wrong?