Positron has problem with conda virtualenvs installed using pyenv #3913
Unanswered
danieltomasz
asked this question in
Feedback
Replies: 1 comment 1 reply
-
The same behaviour when I try to pick the kernel in the jupyter notebook
the path is an example path, I am managing a conda envs through I am on MacOS 14.5, Positron Version: 2024.07.0 (Universal) build 15 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed an virtualenv using pyenv and pyenv-virtualenv.
I don't have a problem with using it with VSCode.
Positron is able to find this python instance but when I try to use/start it, I receive the error
Could not start runtime: failed to install ipykernel for Python 3.12.4 64-bit ('name of the virtualenv).
Ipykernel
is installed in this specific virtualenv but it might be not installed in the global python env.This happens only when the virtualenv is using conda to install packages, when all the packages are installed via pip, the virtualenv seems to be correctly detected.
Beta Was this translation helpful? Give feedback.
All reactions