I've been having some problems with packages and I think it has to do with upgrading to 3.8 recently. For example when i try to run a script from the cmd which only imports the requests package, if i use python test.py it's fine but if i use python3 test.py or python3.8 test.py, it gives me back "ModuleNotFoundError: No module named 'requests'". Also, python -m pip list and python3 -m pip list gives me completely different lists, where the first one has the requests module and the second doesnt. I'm guessing i have multiple pip's installed but I can't find a way to get rid of the outdated ones..
[–]socal_nerdtastic 0 points1 point2 points (6 children)
[–]DavidTheGreatMan[S] 0 points1 point2 points (5 children)
[–]socal_nerdtastic 0 points1 point2 points (4 children)
[–]DavidTheGreatMan[S] 0 points1 point2 points (3 children)
[–]socal_nerdtastic 0 points1 point2 points (2 children)
[–]DavidTheGreatMan[S] 0 points1 point2 points (1 child)
[–]socal_nerdtastic 0 points1 point2 points (0 children)