Python Visual Studio pip hatası

453075

Hectopat
Katılım
27 Nisan 2021
Mesajlar
304
Makaleler
1
Çözümler
2
Merhaba. Kodumu PyCharm üzerinden yazdığım kodu Visual Studio üzerinde denemek istedim ancak kodda modül yok hatası aldım ve psutil modülü için pip install psutil yaptım ancak şu hatayı aldım:

Kod:
pip install psutil.
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try.
again.
At line:1 char:1
+ pip install psutil.
+ ~~~
 + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
 + FullyQualifiedErrorId : CommandNotFoundException

Ancak PyCharm'da pip çalışıyor ancak Visual'da çalışmıyor. Nasıl çözerim?
 

Technopat Haberler

Yeni konular

Geri
Yukarı