Help with WLM 2009 local server

i installed Python 3.7 and Visual basic but when i try to run python -m pip install -r requirements.txt in CMD it says ‘python’ is not recognized as an internal or external command, operable program or batch file.

You have to check the box next to “Add Python to PATH.” when installing python

should also mention, you need Python 3.6 rather than 3.7, the server uses GenericMeta which is not found in 3.7 and i don’t know where to get that (probably doesnt exist).

i installed python 3.6 and visual basic 2015 with builder tools but i still get an HLL error

You have to check the box next to “Add Python to PATH.” when installing python Did you do this?:stuck_out_tongue:

I have another error is :
Collecting git+https://gitlab.com/valtron/sqlaltery.git@0.1.0 (from -r requirements.txt (line 10)) Cloning https://gitlab.com/valtron/sqlaltery.git (to revision 0.1.0) to c:\users\alessio\appdata\local\temp\pip-req-build-x1oqbug6 Running command git clone -q https://gitlab.com/valtron/sqlaltery.git 'C:\Users\Alessio\AppData\Local\Temp\pip-req-build-x1oqbug6' ERROR: Error [WinError 2] Le fichier spécifié est introuvable while executing command git clone -q https://gitlab.com/valtron/sqlaltery.git 'C:\Users\Alessio\AppData\Local\Temp\pip-req-build-x1oqbug6' ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?
when i execute python -m pip install -r requirements.txt :confused:

1 Like

this is the error it gives oh%20no


i’m getting this error now

Then install git.
https://git-scm.com

oh thanks !