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
Standalone Python dropped the libcrypt.so.1 dependency; so, the docs should be updated with the next version bump. Of note, the _crypt module still needs the libcrypt library...but Standalone Python will at least run without it now.
While greg is seemingly having trouble getting CI to run, I was able to avoid the import error with a local build of Standalone Python and running on Fedora (since they dropped this library some time ago).
Steps to reproduce
Build and run AppImage on Fedora without libcrypt.so.1 (via libxcrypt-compat) installed.
Describe the bug
Standalone Python dropped the
libcrypt.so.1
dependency; so, the docs should be updated with the next version bump. Of note, the_crypt
module still needs thelibcrypt
library...but Standalone Python will at least run without it now.While greg is seemingly having trouble getting CI to run, I was able to avoid the import error with a local build of Standalone Python and running on Fedora (since they dropped this library some time ago).
Steps to reproduce
Build and run AppImage on Fedora without
libcrypt.so.1
(vialibxcrypt-compat
) installed.Expected behavior
Docs are updated.
Screenshots
No response
Environment
0.3.16.dev55+ge1e8ce9d.d20230725
Additional context
docker run --rm -it --name fedora-zYldd -h fedora-zYldd -e DISPLAY=:1 -e XAUTHORITY=/tmp/.docker.xauth -v /tmp/.X11-unix:/tmp/.X11-unix -v /tmp/.docker.xauth:/tmp/.docker.xauth -v $(pwd):/host fedora
dnf install libthai fribidi fontconfig libGL libX11 libEGL shared-mime-info
/host/dist/Hello_World-0.0.1-x86_64.AppImage --appimage-extract-and-run
The text was updated successfully, but these errors were encountered: