-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run.bat issue in windows 11 #73
Comments
run.bat will launch a python terminal, and you can see the log messages returned by this terminal |
have you figured this out? I had the same issue. It was able to run before but not recently. THis is what the py terminal return
|
hi , Environment question , you can pull master. |
I'm having the same issue. Any solution? |
@marccabezas @0rangeAppl3 Whether you have SQLite installed, the latest version depends on this service, or you can use a previous version : https://github.com/kuafuai/DevOpsGPT/releases |
When I try to run the code for docker install in conda env I get this error...
(devopsgpt) PS J:\GPT.MODELS\DevOpsGPT> docker run -it
"docker run" requires at least 1 argument.
See 'docker run --help'.
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
Create and run a new container from an image
When I run run.bat from folder I get ...
Installing missing packages...
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the file C:\Program.
Environment variable HTTP_PROXY not defined
Environment variable HTTPS_PROXY not defined
Environment variable ALL_PROXY not defined
'http_proxy' is not recognized as an internal or external command,
operable program or batch file.
'https_proxy' is not recognized as an internal or external command,
operable program or batch file.
'all_proxy' is not recognized as an internal or external command,
operable program or batch file.
000
Environment variable HTTP_PROXY not defined
Environment variable HTTPS_PROXY not defined
Environment variable ALL_PROXY not defined
'http_proxy' is not recognized as an internal or external command,
operable program or batch file.
'https_proxy' is not recognized as an internal or external command,
operable program or batch file.
'all_proxy' is not recognized as an internal or external command,
operable program or batch file.
000
etc repeating
I did config env file with api for openai and github
Thx in advance
The text was updated successfully, but these errors were encountered: