Can't make it work #163
-
Hi there,
Depending of my tries, I get one of the following errors:
Do you see anything wrong in these files? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
adrien-berchet
Dec 5, 2020
Replies: 1 comment
-
I found my way out of this... It seems it was due to the line |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ymyzk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found my way out of this... It seems it was due to the line
python -m pip install --upgrade pip
which was messing thing up. With justpip install --upgrade pip
it works.