A
Admin
Yönetici
Yönetici
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:
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>...