Postingan lainnya
Buku Ini Koding!
Baru!
Buku ini akan jadi teman perjalanan kamu belajar sampai dapat kerjaan di dunia programming!
Error "Make sure that you use the correct version of 'pip' installed for your Python interpreter"
(python 3.9 dengan PyCharm)
Saat menginstal package, muncul error 'Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'C:\projectPath\venv\Scripts\python.exe'''
0
1 Jawaban:
<div>Coba upgrade pipnya pake</div><pre>pip install --upgrade pip</pre><div>Di terminal</div>
0