Sublime Forum

Different python path

#1

Hello, i always get ModuleNotFound errors when trying to import external python modules. Then i did sys.path and its all from a folder called Python3.9 whilst all the external modules installed are in a different folder called Python38-32

r1

print(sys.path)

["C:\\Users\\SMKN3-01\\Desktop\\jeyy's\\codes\\python\\images", 'C:\\Users\\SMKN3-01\\AppData\\Local\\Programs\\Python\\Python39\\python39.zip', 'C:\\Users\\SMKN3-01\\AppData\\Local\\Programs\\Python\\Python39\\DLLs', 'C:\\Users\\SMKN3-01\\AppData\\Local\\Programs\\Python\\Python39\\lib', 'C:\\Users\\SMKN3-01\\AppData\\Local\\Programs\\Python\\Python39', 'C:\\Users\\SMKN3-01\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages']
0 Likes