Skip to content

Issues starting Graph Server #167

@Darius-Lim-zh

Description

@Darius-Lim-zh

Bug Description

Within apps/graph, when starting the graph server with a virtual environment, the error saying that circuit tracer and uvicorn not being installed will appear

How To Reproduce Bug

Steps to reproduce the behavior:

  1. Go to 'apps/graph'
  2. Set up a virtual environment for the graph server
  3. Run installation steps
  4. Start server, 'poetry run python start.py --model_id Qwen/Qwen3-4B --transcoder_set mwhanna/qwen3-4b-transcoders'
  5. See error saying that circuit tracer or uvicorn is not installed

Expected Behavior

The server should have started on port 5004

Screenshots

Image

System Config / Version

  • OS: Ubuntu 22.04

Additional Context

I managed to workaround this by simply using the base python and installing circuit-tracer and uvicorn myself, though I suspect that this might be due to compatibility of poetry with venv when trying to execute python again

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions