Skip to content
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

Open
sephdm opened this issue Aug 22, 2023 · 5 comments
Open

Run.bat issue in windows 11 #73

sephdm opened this issue Aug 22, 2023 · 5 comments

Comments

@sephdm
Copy link

sephdm commented Aug 22, 2023

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 ...

    1 file(s) copied.

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

@booboosui
Copy link
Collaborator

run.bat will launch a python terminal, and you can see the log messages returned by this terminal

@0rangeAppl3
Copy link

0rangeAppl3 commented Aug 25, 2023

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 ...

    1 file(s) copied.

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

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

Traceback (most recent call last):
  File "D:\PROJECTS\DevOpsGPT\backend\app\controllers\common.py", line 9, in decorated_function
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File "D:\PROJECTS\DevOpsGPT\backend\app\controllers\app.py", line 51, in getAll
    raise Exception(_("Failed to get applications."))
Exception: Failed to get applications.

@yakeJiang
Copy link
Collaborator

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 ...

    1 file(s) copied.

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

hi , Environment question , you can pull master.

@marccabezas
Copy link

I'm having the same issue. Any solution?

@booboosui
Copy link
Collaborator

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants