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

Hotfix: Pandas version incompatible with current Quix client version (InfluxDB) #440

Open
Jayclifford345 opened this issue Sep 27, 2023 · 4 comments

Comments

@Jayclifford345
Copy link
Contributor

The conflict is caused by:
    The user requested pandas==2.0.3
    quixstreams 0.5.5 depends on pandas<2 and >=1.0.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
WARNING: You are using pip version 22.0.4; however, version 23.2.1 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
err: terminated with non-zero exit code: exit code 123
@Jayclifford345
Copy link
Contributor Author

@stereosky I just wanted to check if there are plans for Quixstreams to introduce a later version of Pandas. I belive the currently installed version sits at 1.2.1

We are happy to make the change to this version but the performance greatly improves with their later additions.

@stereosky
Copy link
Contributor

@Jayclifford345 I agree with you on the performance. The team have a ticket in the current sprint to verify that QS still works reliably with Pandas 2.x and if it does we'll broaden the version limitation. We'll have an answer on next steps very soon

@stereosky
Copy link
Contributor

The team tested QS with Pandas 2.x and it appears to be largely fine. There will be some further testing and if all goes well it will be released in QS v0.6 in the next 1-2 weeks (along with other changes)

@Jayclifford345
Copy link
Contributor Author

Awesome to hear, I will hold off on the hotfix for the plugins to save another commit.

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