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

Stucking On " Initializing SuperAGI Screen" On Windows #1451

Open
1 task done
STRK-ND opened this issue Feb 3, 2025 · 0 comments · May be fixed by #1444
Open
1 task done

Stucking On " Initializing SuperAGI Screen" On Windows #1451

STRK-ND opened this issue Feb 3, 2025 · 0 comments · May be fixed by #1444

Comments

@STRK-ND
Copy link

STRK-ND commented Feb 3, 2025

⚠️ Check for existing issues before proceeding. ⚠️

  • I have searched the existing issues, and there is no existing issue for my problem

Where are you using SuperAGI?

Windows

Which branch of SuperAGI are you using?

Main

Do you use OpenAI GPT-3.5 or GPT-4?

GPT-3.5

Which area covers your issue best?

Installation and setup

Describe your issue.

Image

How to replicate your Issue?

No response

Upload Error Log Content

backend-1 | Attempting uninstall: superagi-tools backend-1 | Found existing installation: superagi-tools 1.0.8 backend-1 | Uninstalling superagi-tools-1.0.8: backend-1 | Successfully uninstalled superagi-tools-1.0.8 backend-1 | Successfully installed superagi-tools-1.0.6 backend-1 | INFO [alembic.runtime.migration] Context impl PostgresqlImpl. backend-1 | INFO [alembic.runtime.migration] Will assume transactional DDL. backend-1 | INFO: Will watch for changes in these directories: ['/app'] backend-1 | INFO: Uvicorn running on http://0.0.0.0:8001 (Press CTRL+C to quit) backend-1 | INFO: Started reloader process [1] using WatchFiles backend-1 | Process SpawnProcess-1: backend-1 | Traceback (most recent call last): backend-1 | File "/usr/local/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap backend-1 | self.run() backend-1 | File "/usr/local/lib/python3.10/multiprocessing/process.py", line 108, in run backend-1 | self._target(*self._args, **self._kwargs) backend-1 | File "/opt/venv/lib/python3.10/site-packages/uvicorn/_subprocess.py", line 76, in subprocess_started backend-1 | target(sockets=sockets) backend-1 | File "/opt/venv/lib/python3.10/site-packages/uvicorn/server.py", line 61, in run backend-1 | return asyncio.run(self.serve(sockets=sockets)) backend-1 | File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run backend-1 | return loop.run_until_complete(main) backend-1 | File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete backend-1 | File "/opt/venv/lib/python3.10/site-packages/uvicorn/server.py", line 68, in serve backend-1 | config.load() backend-1 | File "/opt/venv/lib/python3.10/site-packages/uvicorn/config.py", line 473, in load backend-1 | self.loaded_app = import_from_string(self.app) backend-1 | File "/opt/venv/lib/python3.10/site-packages/uvicorn/importer.py", line 21, in import_from_string backend-1 | module = importlib.import_module(module_str) backend-1 | File "/usr/local/lib/python3.10/importlib/init.py", line 126, in import_module backend-1 | return _bootstrap._gcd_import(name[level:], package, level) backend-1 | File "", line 1050, in _gcd_import backend-1 | File "", line 1027, in _find_and_load backend-1 | File "", line 1006, in _find_and_load_unlocked backend-1 | File "", line 688, in _load_unlocked backend-1 | File "", line 883, in exec_module backend-1 | File "", line 241, in _call_with_frames_removed backend-1 | File "/app/main.py", line 17, in backend-1 | from superagi.controllers.agent import router as agent_router backend-1 | File "/app/superagi/controllers/agent.py", line 32, in backend-1 | from superagi.helper.auth import check_auth backend-1 | File "/app/superagi/helper/auth.py", line 47, in backend-1 | def get_current_user(Authorize: AuthJWT = Depends(check_auth), request: Request = Depends()): backend-1 | NameError: name 'Request' is not defined

@Takahiro-Yoko Takahiro-Yoko linked a pull request Feb 6, 2025 that will close this issue
8 tasks
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

Successfully merging a pull request may close this issue.

1 participant