You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using pyscript to run a script I wrote to calculate how fast my car should charge. It uses the entsoe-py library to retrieve energy prices, which in turn depends on pandas >= 2.2.0
Previously, the entsoe-py library used pandas 2.1.4.
So, after upgrading to entsoe-py 0.6.16, I also updated my requirements.txt to require pandas 2.2.3. However, when I reload pyscript, it fails because it says pandas 2.1.4 is not compatible with entsoe-py 0.6.16:
Unable to install package entsoe-py==0.6.16: × No solution found when resolving dependencies: ╰─▶ Because entsoe-py==0.6.16 depends on pandas>=2.2.0 and pandas==2.1.4, we can conclude that entsoe-py==0.6.16 cannot be used. And because you require entsoe-py==0.6.16, we can conclude that your requirements are unsatisfiable.
Where is this old version of pandas coming from? I had this issue once before, and then re-installing pyscript fixed it. But now that's not working for me. What else can I try?
The text was updated successfully, but these errors were encountered:
Hi!
I'm using pyscript to run a script I wrote to calculate how fast my car should charge. It uses the entsoe-py library to retrieve energy prices, which in turn depends on
pandas >= 2.2.0
Previously, the entsoe-py library used pandas 2.1.4.
So, after upgrading to entsoe-py 0.6.16, I also updated my requirements.txt to require pandas 2.2.3. However, when I reload pyscript, it fails because it says pandas 2.1.4 is not compatible with entsoe-py 0.6.16:
This is my requirements.txt:
Where is this old version of pandas coming from? I had this issue once before, and then re-installing pyscript fixed it. But now that's not working for me. What else can I try?
The text was updated successfully, but these errors were encountered: