Merci !, ça marche ! Le lundi 25 avril 2022 à 22:30:50 UTC+2, [email protected] a écrit :
> The commands that you can run in the Pyzo shell is limited - not all > normal commands work. So you either: > > - run that command in a normal terminal (cmd on Windows) > - run "pip install --upgrade pip" > > - Almar > > > On Mon, Apr 25, 2022, at 19:34, Lama Angelo wrote: > > Bonjour, > > Je démarre Pyzo sous windows (à partir d'une clé USB), tout fonctionne > bien mais le souci est que c'est une vieille version de Pyzo (je n'ai pas > en tête la version exacte, en tous les cas la version de Python active est > la 3.6.5). > > Dans un des mes scripts python j'utilise img2pdf, et il n'est pas installé > par défaut. > > J'essaie donc de l'installer et le problème est que j'ai (aussi) une > vieille version de pip, j'essaie donc de la mettre à jour mais voilà le > problème (le chemin est bon) : > > >>> D:\pyzo_python3_portable_windows\pyzo\pyzo\miniconda\python.exe -m pip > install --upgrade pip > File "<console>", line 1 > D:\pyzo_python3_portable_windows\pyzo\pyzo\miniconda\python.exe -m pip > install --upgrade pip > > ^ > SyntaxError: unexpected character after line continuation character > > >>> > > Quelqu'un peut-il m'aider ? > > A bientôt. > > > -- > You received this message because you are subscribed to the Google Groups > "Pyzo" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/pyzo/7548a390-3599-425b-931e-075fb12280c9n%40googlegroups.com > > <https://groups.google.com/d/msgid/pyzo/7548a390-3599-425b-931e-075fb12280c9n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- You received this message because you are subscribed to the Google Groups "Pyzo" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/pyzo/219c565d-3713-4766-ae01-02b8d5efbf04n%40googlegroups.com.
