osuAkatsuki / bancho.py

An osu! server for the generic public, optimized for maintainability in modern python
https://akatsuki.gg
MIT License
201 stars 125 forks source link

fix: docker failing to install cryptography #644

Closed 7ez closed 4 months ago

7ez commented 4 months ago

Describe your changes

since cryptography is now in rust, it will fail to install without a rust compiler installed.

Related Issues / Projects

Checklist

NiceAesth commented 4 months ago

To look into: https://cryptography.io/en/latest/installation/#static-wheels

edit: cause is due to cryptography not providing wheels for 32 bit linux. @osuAkatsuki/bancho-py-devs do we care to support 32 bit? I personally don't.