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

Conflicting version requirement for aiohttp while setting up development environment #3544

Open
shubhscoder opened this issue May 13, 2024 · 0 comments

Comments

@shubhscoder
Copy link

I was trying to setup the development enviroment, following this tutorial:
https://skypilot.readthedocs.io/en/latest/developers/CONTRIBUTING.html
While installing the editable version of sky-pilot run is installed.
While installing the requirements, requirements-dev.txt contains aiohttp version to be 3.9.1, however, runpod requires 3.9.3 version of aiohttp. This leads to pip error

Version & Commit info:

  • sky -v: skypilot, version 1.0.0-dev0
  • sky -c: skypilot, commit 8a0a34d-dirty

I just reinstalled aiohttp with pip and version 3.9.3 as that is recent. The version for aiohttp should be >=3.9.1 or 3.9.3 for maintaining compatibility with runpod.

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

No branches or pull requests

1 participant