native-api
native-api
Please add the necessary diagnostic details as per the issue template.
@gebeuhler As per above, need diagnostic information as per the [issue template](https://github.com/pyenv/pyenv/blob/master/.github/ISSUE_TEMPLATE.md) to say anything.
> ``` > checking for __uint128_t... yes > checking size of int... make: *** No targets specified and no makefile found. Stop. > ``` So far, it looks like some...
Of course I did. I understand that you managed to install with debugging but without it, it's still an error. So the problem is not solved. So I requested more...
> The below setup should work for the vast majority of users for common use cases. This section is intended for the vast majority of users who want it to...
Looking at your package list, `python3-*` is not needed if you are using Pyenv-provided Python (but [Python build dependencies](https://github.com/pyenv/pyenv/wiki#suggested-build-environment) are needed), and others should not conflict with anything.
There are conflicts with `master`
Thank you very much for your contribution! :tada:
Please provide a debug log showcasing the problem (i.e. the link's creation) as per the issue template. That line is supposed to create a link `$PYENV_ROOT/versions/ -> $PYENV_ROOT/versions//envs/`.
So, the erroneous behavior happens because the symlink `/Users/user.name/.pyenv/versions/venvname` already exists. But it shouldn't -- because you've just created the environment! Are you trying to create an environment with the...