How to set up phyton environment

hello, i’m trying to set up environment for phyton on endless for online class, i just able to download pycharm and pyzo that related to phyton, but the pip still unable to be downloaded or is there any similar app? i’m trying to build simple game

i’ve run pip3 install --user foo. but the response “Could not find a version that satisfy the requirement foo(from versions: )”

foo is just an example of a package name.

For pyzo you can run:

pip3 install --user pyzo

(However, while this succeeds, it doesn’t run because we don’t ship the Python Qt bindings in the OS.)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.