Morv
Uzman
- Katılım
- 13 Şubat 2025
- Mesajlar
- 68
- Beğeniler
- 13
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:
Ancak PyCharm'da pip çalışıyor ancak Visual'da çalışmıyor. Nasıl çözerim?
pip install psutil.<br>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.<br>again.<br>At line:1 char:1<br>+ pip install psutil.<br>+ ~~~<br> + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException<br> + FullyQualifiedErrorId : CommandNotFoundException Ancak PyCharm'da pip çalışıyor ancak Visual'da çalışmıyor. Nasıl çözerim?
Son düzenleyen: Moderatör: