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's dependency resolver error #28

Open
ClemensLinnhoff opened this issue May 17, 2023 · 2 comments
Open

pip's dependency resolver error #28

ClemensLinnhoff opened this issue May 17, 2023 · 2 comments

Comments

@ClemensLinnhoff
Copy link

When executing sudo -E ./pip3 install scenariogeneration I get the follwing error:

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.
ipympl 0.9.3 requires matplotlib<4,>=3.4.0, which is not installed.
ipympl 0.9.3 requires pillow, which is not installed.
fmpy 0.3.15 requires attrs, which is not installed.
fmpy 0.3.15 requires lark, which is not installed.
fmpy 0.3.15 requires lxml, which is not installed.
fmpy 0.3.15 requires pytz, which is not installed.

I just executed it again and this time, no errors popped up. Is this normal behavior?

@ClemensLinnhoff
Copy link
Author

Everything seems to work, though.

@johschmitz
Copy link
Owner

Haven't seen this so far, not sure about your system. Maybe try installing the lib into a fresh virtual python environment and see if it happens there as well. If so then it should be reported in the library github repository.

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

2 participants