-
Notifications
You must be signed in to change notification settings - Fork 387
Open
Description
When trying to run the server, several issues were encountered:
-
AgentOps dependency conflict:
- The latest version (0.4.7) has compatibility issues
- Had to install an older version:
pip install "agentops<0.4.0" - This should be documented in requirements.txt or installation instructions
-
Server startup confusion:
- README mentions using
fastapi dev server.pybut this command doesn't work - Had to use
uvicorn server:app --reloadinstead - This discrepancy should be clarified in the documentation
- README mentions using
Steps to reproduce:
- Follow the installation steps in README.md
- Try to run the server using the documented command
- Encounter dependency issues and command not found errors
Expected behavior:
Clear documentation of:
- Exact version requirements for dependencies
- Correct command to start the server
- Any known compatibility issues
Actual behavior:
Had to troubleshoot and find workarounds for dependency issues and server startup.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels