R
R
Rione_Castel2018-06-07 19:43:33
Python
Rione_Castel, 2018-06-07 19:43:33

How to update PIP?

Greetings to the inhabitants of the Toaster forum, I have a problem, I'm trying to translate Python code, or rather .py into .exe in order to open the program on devices without an interpreter.
So, since I just recently started learning this language, I'm a "teapot", and I found on the net how to compile .py to .exe
via cx_freeze, but when I try to install it via the console, that is, via PIP, but when I try to do this, it gives me error, and at the end it says:
You are using pip version 7.1.2, however version 10.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
And as you understand, when you try to execute this command, it gives an error ...
What should I do?
Mistake:
5b19671fcd6d3419735194.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-06-07
@Rione_Castel

The problem is that the Python installation path should only contain Latin characters. Either install Python somewhere else, or rename your home directory.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question