Seite 1 von 1

pip install funktioniert nicht

Verfasst: Montag 1. Mai 2023, 09:25
von damian
Hallo,

ich kann leider nicht pip install ausführen, auf meinem Desktop.
Ich habe auch --upgrade ausgeführt.

pip install graphene
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip install graphene
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

PS C:\Users\Daniil A. Podlubniy>

Re: pip install funktioniert nicht

Verfasst: Montag 1. Mai 2023, 10:22
von grubenfox
wie ist es mit

Code: Alles auswählen

python -m pip install graphene
?

Re: pip install funktioniert nicht

Verfasst: Montag 1. Mai 2023, 10:53
von damian
python -m pip install graphene
Python

Re: pip install funktioniert nicht

Verfasst: Montag 1. Mai 2023, 10:56
von damian
> python -m venv env
Python
source env/Scripts/activate
source : The term 'source' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ source env/Scripts/activate
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (source:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Später möchte ich eine virtuelle Umgebung aufbauen doch es funktioniert nicht

Re: pip install funktioniert nicht

Verfasst: Montag 1. Mai 2023, 19:10
von sparrow
Es gibt kein "source" unter Windows. Du folgst der Anleitung für unioxide Betriebssyteme.

Code: Alles auswählen

env\scripts\activate.bat