Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda Jupyter server running: Remote Expected behaviour Remote conda envs showing up in the kernel selection drop-down menu. Actual behaviour Only local python interpreters show up. Steps to reproduce: [NOTE: Self-c...
This worked just the other day but now VS Code cannot find my conda environment named prod. Do not know what has changed. I have Visual Studio Code version 1.46.1. See full details below. From terminal (the windows cmd shell from within ...
not quite sure if it's a permission problem, or environment...not very well versed on these 2 topics. But on my MacBook air running a late version of macOS I believe it's 10.11, no such problems exist...I have developed a complete application there using the same packages I am tryin...
environment variables: CIO_TEST=<not set> CONDA_DEFAULT_ENV=newEnv CONDA_EXE=C:\Anaconda3\Scripts\conda.exe CONDA_PREFIX=C:\Anaconda3\envs\newEnv CONDA_PREFIX_1=C:\Anaconda3 CONDA_PROMPT_MODIFIER=(newEnv) CONDA_PYTHON_EXE=C:\Anaconda3\python.exe CONDA_ROOT=C:\Anaconda3 CONDA_SHLVL=2 ...
>; Author ***@***.***> Subject: Re: [microsoft/vscode-jupyter] Unable to import NumPy using VSCode Jupyter Notebook extension (#6306) That might happen if the kernel we're running is not the same environment as where you're running IPython. Can you verify it's the same environment?
Current Behavior Activating a conda environment does nothing. Steps to Reproduce 1. Create an environment in PowerShell 2. Now try and activate it Expected Behavior This should activate the environment. Environment Information `conda inf...
Issue Type: Bug Old conda environments that have been deleted using conda env remove --name <env_name> are still showing up in the drop down menu of jupyter kernels. They mention the old environment name as well as the location in the an...
I can activate my environment using (conda activate itp_2020), but it does not seem to work with running my vscode. I tried doing print('hello') in the powershell and conda terminal, and I received the error (Unable to initialize device PRN). troubleshoot_1.pdf File contains what I ...
#. Use the default environment specs in ``env_climada.yml`` to install all dependencies. Then activate the environment: .. code-block:: shell conda env create -n climada_env -f requirements/env_climada.yml conda env update -n climada_env -f requirements/env_climada.yml conda activate...
Environment data VS Code version: 1.43.1 Extension version (available under the Extensions sidebar): XXX OS and version: XXX Python version (& distribution if applicable, e.g. Anaconda): anaconda Python 3.7.6 64-bit Type of virtual environment used (N/A | venv | virtualenv | conda | .....