-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
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. |
Confirming I am on that release
|
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? |
|
Please let us know if this issue is fixed in the latest release. |
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.
The text was updated successfully, but these errors were encountered: