Python Pip ne fonctionne pas
Correct command:
python -m pip install modulename
Alternative(if it doesn't work):
py.exe -m pip install modulename
Dr. Hippo
Correct command:
python -m pip install modulename
Alternative(if it doesn't work):
py.exe -m pip install modulename
If youre in windows, try:
python -m pip install <lib>
Make sure pip is added to the PATH variable