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

Invalid deps for install #37

Open
zhabiba24 opened this issue Sep 24, 2024 · 5 comments
Open

Invalid deps for install #37

zhabiba24 opened this issue Sep 24, 2024 · 5 comments

Comments

@zhabiba24
Copy link

Could not get a fresh install to work on an ubuntu server until I bumped pandas and uwsgi deps:

-pandas==2.0.2
+pandas==2.2.3

-uWSGI==2.0.22
+uWSGI==2.0.26

then everything installed fine.

@sjacgit
Copy link
Member

sjacgit commented Sep 26, 2024

We're aware of this issue on ubuntu 24.04. We're pushing an update to requirements in the next public release for ubuntu 24.04. However pandas==2.2.3 will break other functionality in Bayanat.

@zhabiba24
Copy link
Author

Confirming I am on that release

Release:        24.04

@zhabiba24
Copy link
Author

P.S. Is there a version of pandas I can update to which won't break bayanat functionality and is still compatible with Ubuntu 24.04?

@sjacgit
Copy link
Member

sjacgit commented Sep 28, 2024

pandas==2.1.1 should work fine.

@sjacgit
Copy link
Member

sjacgit commented Oct 5, 2024

Please let us know if this issue is fixed in the latest release.

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