Skip to content

Installation and Setup Issues with Dependencies #68

@dacrypt

Description

@dacrypt

When trying to run the server, several issues were encountered:

  1. 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
  2. Server startup confusion:

    • README mentions using fastapi dev server.py but this command doesn't work
    • Had to use uvicorn server:app --reload instead
    • This discrepancy should be clarified in the documentation

Steps to reproduce:

  1. Follow the installation steps in README.md
  2. Try to run the server using the documented command
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions