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

Fix dependencies #32

Closed

Conversation

attackordie
Copy link

Describe the bug
A clear and concise description of what the bug is and what the main root cause error is. Test very thoroughly before submitting.

To Reproduce
Steps to reproduce the behavior:

  1. clone repository and navigate to root directory
    git clone https://github.com/kyegomez/swarms.git
    cd swarms

  2. setup python environment and activate it
    python3 -m venv venv
    source venv/bin/activate
    pip install --upgrade pip

  3. headless install
    pip install -e "."

  4. Fails with the following error: "INFO: pip is looking at multiple versions of swarms-cloud to determine which version is compatible with other requirements. This could take a while.
    ERROR: Could not find a version that satisfies the requirement sse-starlight (from swarms-cloud) (from versions: none)
    ERROR: No matching distribution found for sse-starlight"

Expected behavior
Successful install of swarms-cloud.

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot from 2024-03-11 14-00-31

Additional context
Problem resolves when updating the pyproject.toml file line 33 to sse-starlette = "*"
I suspect a simple typo and will submit a pull request to correct this error.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello there, thank you for opening an PR ! 🙏🏻 The team was notified and they will get back to you asap.

@attackordie
Copy link
Author

Address this issue #31

@evelynmitchell
Copy link
Contributor

Your PR is inconsistent.

Both pyproject.toml and reqirements.txt should use sse-starlette
In your PR, pyproject.toml is incorrect.

@evelynmitchell
Copy link
Contributor

The code in the repo is correct, and this PR is no longer needed. Please close.

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 this pull request may close these issues.

2 participants