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

Pip encounters dependency issues with ipython #187

Closed
npatki opened this issue Jan 20, 2023 · 1 comment
Closed

Pip encounters dependency issues with ipython #187

npatki opened this issue Jan 20, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@npatki
Copy link

npatki commented Jan 20, 2023

Environment Details

Please indicate the following details about the environment in which you found the bug:

  • SDGym version: 0.8.0 (version in development)
  • Python version: 3.8
  • Operating System: Linux, iPython notebook

Error Description

When installing sdgym with pip, I see a dependency error with ipython.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
ipython 7.9.0 requires jedi>=0.10, which is not installed.
cvxpy 1.2.3 requires setuptools<=64.0.2, but you have setuptools 66.0.0 which is incompatible.
aiohttp 3.8.3 requires charset-normalizer<3.0,>=2.0, but you have charset-normalizer 3.0.1 which is incompatible.

Steps to reproduce

Reproduce this by installing the in-development version in an iPython notebook (eg. Google Colab)

@npatki npatki added the bug Something isn't working label Jan 20, 2023
@npatki npatki changed the title Dependency issues with ipython Pip encounters dependency issues with ipython Jan 20, 2023
@katxiao
Copy link
Contributor

katxiao commented Jan 30, 2023

This only seems to be an issue when installing directly from GitHub - it's fixed in the newest pre-release.

@katxiao katxiao closed this as completed Jan 30, 2023
@katxiao katxiao added this to the 0.6.0 milestone Jan 30, 2023
@katxiao katxiao self-assigned this Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants