native-api

Results 407 comments of native-api

I was able to reproduce this in a fresh install of Pyenv in Fedora 38. The cause was Bash's PATH cache. It was still running `/usr/bin/python` when you invoke "`python`"...

(Correction:) Looks like this happens when you * start a shell when there are no alt versions installed yet * invoke `python3`/`python` (the latter -- if your system has the...

> marc@marcbook ~ 3.11.4 > $ pyenv rehash This btw should've fixed the Bash hash issue. Looks like you didn't install Pyenv into your shell as a shell function as...

Previously, people reported this problem after they upgraded their MacOS to a new major version. If you did, you need to reinstall Homebrew, then reinstall all Pyenv-managed installations. So that...

Then please add the necessary diagnostic details as per the [issue template](https://github.com/pyenv/pyenv/blob/master/.github/ISSUE_TEMPLATE.md).

> Undefined symbols for architecture arm64: > "_libintl_bindtextdomain", referenced from: Install `gettext` for the ARM64 Homebrew In general, make sure you have installed the prerequisites: https://github.com/pyenv/pyenv/wiki#suggested-build-environment `gettext` is not listed...

@hagar-dolev Need diagnostic information as per the [issue template](https://github.com/pyenv/pyenv/blob/master/.github/ISSUE_TEMPLATE.md). The bulk of the work happens after "python-build: use zlib from xcode sdk" so it can be anything.

@hagar-dolev Since this thread is a different issue than yours, please report your diagnostic details at https://github.com/pyenv/pyenv/issues/3229

Please add the necessary diagnostic details as per the [issue template](https://github.com/pyenv/pyenv/blob/master/.github/ISSUE_TEMPLATE.md).

> FYI, I just went to file a new issue and was greeted with an empty page. Last time I checked, the template only didn't work in the mobile version...