-
Notifications
You must be signed in to change notification settings - Fork 18
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
asking for .env? #5
Comments
I have the same issue with docker for Windows: PS C:\Users\Micha\Desktop\AI Test\Auto-GPT> docker-compose run --rm auto-gpt -c --allow-downloads --install-plugin-deps [notice] A new release of pip is available: 23.0.1 -> 23.1.2 [notice] A new release of pip is available: 23.0.1 -> 23.1.2 [notice] A new release of pip is available: 23.0.1 -> 23.1.2 [notice] A new release of pip is available: 23.0.1 -> 23.1.2 [notice] A new release of pip is available: 23.0.1 -> 23.1.2 [notice] A new release of pip is available: 23.0.1 -> 23.1.2 For my understanding, the Plugin search the env in the worng directory oder maybe i dont have setup it corectly? :-( |
hi, any ideas why i'm being asked for a .env file? didn't see anything about it in the setup.
Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/atlas/autogpt/main.py", line 5, in
autogpt.cli.main()
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1635, in invoke
rv = super().invoke(ctx)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/atlas/autogpt/cli.py", line 90, in main
run_auto_gpt(
File "/home/atlas/autogpt/main.py", line 118, in run_auto_gpt
cfg.set_plugins(scan_plugins(cfg, cfg.debug_mode))
File "/home/atlas/autogpt/plugins.py", line 223, in scan_plugins
zipped_module = zipped_package.load_module(str(module.parent))
File "", line 302, in load_module
File "plugins/Auto-GPT-SystemInfo.zip/Auto-GPT-SystemInfo-master/src/system_information_plugin/init.py", line 13, in
FileNotFoundError: [Errno 2] No such file or directory: '/home/atlas/.env'
The text was updated successfully, but these errors were encountered: