how do i install this? #450
-
i have tried to install the program on windows but it just shows with "no module named pip"
|
Beta Was this translation helpful? Give feedback.
Answered by
Dorukyum
Nov 13, 2021
Replies: 1 comment 2 replies
-
Looks like your pip is not in PATH. Try |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
PolskaKrowa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like your pip is not in PATH. Try
python -m pip
andpy -m pip
.