-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
~/micromamba/envs/myenv/bin/python3.1
symlink generated for Python 3.11
#3317
Comments
We cannot reproduce this issue with 2.0. I would recommend using the Feel free to reopen an issue with a reproduce if you still have this issue with 2.0. Note that 1.x is note being developed anymore, but to address security fixes. |
Seems to still be an issue with 2.0.8:
This is what is in my export MAMBA_EXE="$HOME/.local/bin/micromamba"
export MAMBA_ROOT_PREFIX="$HOME/micromamba"
eval "$($MAMBA_EXE shell hook --shell zsh)"
micromamba activate |
Reopening it as a macOS-specific error. |
It is not a problem for me at the moment, the main issue I experienced was that VS Code's Python extension started to detect the symlink and reported that Python 3.1 is not supported. Since then it seems like they have created workarounds. e.g., (microsoft/vscode-python#22877 (comment)): xref: |
I can reproduce the issue on a new miniforge installation on macOS. |
This is not a problem with micromamba, but this is a problem with the symlink which is embedded in packages, for instance in I would report this issue on |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Mambaforge or latest Miniforge
Search tried in issue tracker
alias, symlink
Latest version of Mamba
Tried in Conda?
I didn't try
Describe your issue
When creating a new env:
This results in VS Code being confused, e.g., see:
VS Code uses this alias to figure out which Python version is being used.
This problem occurs on at least MacOS and Ubuntu.
mamba info / micromamba info
Related:
lib/python3.1
should symlink tolib/python3.1X
#2868The text was updated successfully, but these errors were encountered: