Cannot Initialize Kernel with any environment #10985
-
Hi. I have tried several approaches without any luck, if someone could help will be awesome. I think is something about the path which is taking homebrew/Caskroom something like that. On the other hand if I tried to initialize jupyter notebook from any env I can run it without any problem. So I think it something wrong with Visual. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for filing this issue, looks like Please try the following:
> conda activate base_bice_anaconda # first activate the conda environment
> conda install -c conda-forge notebook # Install jupyter notebooks into the conda environment
> python -m jupyter notebook
|
Beta Was this translation helpful? Give feedback.
Thanks for filing this issue, looks like
libssl
hasn't been installed properly on your machine. Or is the wrong bitness.I am using a Mac with the silicon chip and not running into this, you might have some issues with the installation of Python on your machine.
Please try the following:
base_bice_anaconda
environment in the following commandJupyter: Select …