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 dependency issues #80

Open
SabineHaas opened this issue Sep 23, 2020 · 4 comments
Open

Fix dependency issues #80

SabineHaas opened this issue Sep 23, 2020 · 4 comments
Assignees

Comments

@SabineHaas
Copy link
Collaborator

There are several dependency issues when installing pvcompare which need to be looked into:

xarray 0.16.1 requires pandas>=0.25, but you'll have pandas 0.24.2 which is incompatible.
oemof 0.3.2 requires pyomo<5.7,>=4.4.0, but you'll have pyomo 5.7.1 which is incompatible.
greco-technologies 0.0.1 requires feedinlib==0.0.12, but you'll have feedinlib 0.1.0rc2 which is incompatible.
greco-technologies 0.0.1 requires xarray==0.15.0, but you'll have xarray 0.16.1 which is incompatible.
@SabineHaas
Copy link
Collaborator Author

oemof 0.3.2 requires pyomo<5.7,>=4.4.0, but you'll have pyomo 5.7.1 which is incompatible.

oemof 0.3.2 is not needed, find out in which package it is installed.

greco-technologies 0.0.1 requires feedinlib==0.0.12, but you'll have feedinlib 0.1.0rc2 which is incompatible.
greco-technologies 0.0.1 requires xarray==0.15.0, but you'll have xarray 0.16.1 which is incompatible.

See #81

@AnshuTrivedi
Copy link

I can fix this issue.
Can you assign me ?

@SabineHaas
Copy link
Collaborator Author

Thank you @AnshuTrivedi, I've already written issues in other projects that lead to the dependency issues.

open_FRED cli imports oemof 0.3.2 which is not needed, as far as I can see - I've asked to remove the requirement. open-fred/cli#16
I've further asked in demandlib to loosen the limit of pandas to >= 0.25. oemof/demandlib#27

The remaining dependency issues were solved in greco_technologies.

@SabineHaas SabineHaas self-assigned this Sep 30, 2020
@SabineHaas
Copy link
Collaborator Author

Update: with the next demandlib release the xarray/pandas dependency issue will be solved (see PR)

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