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:
- Go to 'apps/graph'
- Set up a virtual environment for the graph server
- Run installation steps
- Start server, 'poetry run python start.py --model_id Qwen/Qwen3-4B --transcoder_set mwhanna/qwen3-4b-transcoders'
- See error saying that circuit tracer or uvicorn is not installed
Expected Behavior
The server should have started on port 5004
Screenshots
System Config / Version
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
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:
Expected Behavior
The server should have started on port 5004
Screenshots
System Config / Version
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