Forums

mysite have a lib in pip list but can't run

My pip list img. My err img.

This is my pip lists. And my err in log file.

Pls help me :(

Have you already checked the help page that is being linked to in the error log?

Yeah. I try create new env and use it. For reslove it. But it not working.

Go to the Bash console, activate the venv and run pip freeze -- check if bootstrap5 is listed there. If not that means that it's not installed for that venv. If it is actually installed there, check if you're pointing to the right venv in the web app set up on the Web page, and that you reloaded the web app after inserting the path to the venv there.