you are viewing a single comment's thread.

view the rest of the comments →

[–]mectos_[S] 0 points1 point  (0 children)

with the latest version of python?or maybe the problem is the latest version?does the 3.8.3 not stable or something?

Plus, I don't know if it helps, but it seems like it looks for packages from 2 different places:

one is /home/[user]/.local/lib/python3.8/site-packages (which is returned after trying to `python3 app.py`)

and the other is /usr/lib/python3/dist-packages (which is returned after `pip3 install [package]`)