We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like quarto is not using the Python environment from which it was started.
Starting python2 kernel...2024-12-04 18:26:52,983 - traitlets - ERROR - Failed to run command: ['/Users/hansen/anaconda/bin/python', '-m', 'ipykernel', ... [...] FileNotFoundError: [Errno 2] No such file or directory: '/Users/hansen/anaconda/bin/python'
I installed the environment with
conda env create -n coco-web -f env.yaml
and
which python
gives as expected
/Users/hansen/opt/anaconda3/envs/coco-web/bin/python
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like quarto is not using the Python environment from which it was started.
I installed the environment with
and
gives as expected
The text was updated successfully, but these errors were encountered: