native-api
native-api
> I'm concentrating on the "bad file descriptor" error and quickly made a patch which modifies the configure script to show it's file descriptors That should help! [Descriptor 5 is...
> I've got this problem on RHEL9, but Im not really in a position to downgrade samba. > > Is there another workaround? Build the codebase with the fix and...
Please add the necessary diagnostic details as per the issue template
* https://github.com/pyenv/pyenv/wiki/Common-build-problems#configure-error-internal-configure-error-for-the-platform-triplet-please-file-a-bug-report-or-configure-error-unexpected-output-of-arch-on-osx-in-macos 3.8.5 does not support ARM64 * In the 2nd case, you probably have both ARM64 and x64 Homebrews on PATH and different major versions of dependencies in them....
This has to be connected to the way Vim locates the Python to use. Pyenv tries to not be intrusive. E.g. it doesn't change LD_LIBRARY_PATH so if a program is...
WFM in 20.04 Docker. Regardless of what I select with Pyenv, it prints ``` 3.8.10 (default, Nov 22 2023, 10:22:35) [GCC 9.4.0] ``` which is the system Python. --- Do...
In fact, in may be worth running `pyenv doctor` on a build error if it's present and show its output if it is able to identify any issues!
A plugin would be pretty straightforward: `$(pyenv root)/plugins/macos-sign-add-firewall/etc/pyenv.d/install/macos-sign-add-firewall.bash` : ```bash macos_sign_add_firewall() { [[ -z $PYTHON_BUILD_MACOS_SIGN_CERT ]] && return 0; codesign -s "$PYTHON_BUILD_MACOS_SIGN_CERT" "$PREFIX/bin/python" sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add "$PREFIX/bin/python" } after_install macos_sign_add_firewall...
LGTM. Can you create a PR?
I was just occupied by other things. In fact, I looked at this a few hours ago.