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
Please describe the issue in as much detail as possible, including any errors and traces.
I've been using howdy from the AUR in combination with rye for managing Python projects and packages, and has worked without much hiccups. I recently found that there is a beta version of howdy, so I decided to swap to howdy 3.0.0 BETA, and now I am unable to use Howdy for any verification. I receive the following error:
/home/<user>/.rye/py/[email protected]/install/bin/python3: error while loading shared libraries: $ORIGIN/../lib/libpython3.12.so.1.0: DST not allowed in SUID/SGID programs
when performing the command which python I receive the output:
/home/juell/.rye/shims/python
rye has the option to manage global python version, disabling the flag will result in the following error instead:
error: no path to search and provided name is not an absolute path nknown error:
Changing Python version also has no effect.
Also, I'm not sure if this is an issue that I should report for howdy or for rye, though I had decided to go for howdy instead since it is only the beta version that is affected.
Linux distribution (if applicable): Arch 6.8.8
Howdy version (sudo howdy version): howdy 3.0.0 BETA
The text was updated successfully, but these errors were encountered:
Please describe the issue in as much detail as possible, including any errors and traces.
I've been using howdy from the AUR in combination with rye for managing Python projects and packages, and has worked without much hiccups. I recently found that there is a beta version of howdy, so I decided to swap to howdy 3.0.0 BETA, and now I am unable to use Howdy for any verification. I receive the following error:
/home/<user>/.rye/py/[email protected]/install/bin/python3: error while loading shared libraries: $ORIGIN/../lib/libpython3.12.so.1.0: DST not allowed in SUID/SGID programs
when performing the command
which python
I receive the output:/home/juell/.rye/shims/python
rye has the option to manage global python version, disabling the flag will result in the following error instead:
error: no path to search and provided name is not an absolute path nknown error:
Changing Python version also has no effect.
Also, I'm not sure if this is an issue that I should report for howdy or for rye, though I had decided to go for howdy instead since it is only the beta version that is affected.
Linux distribution (if applicable): Arch 6.8.8
Howdy version (
sudo howdy version
): howdy 3.0.0 BETAThe text was updated successfully, but these errors were encountered: