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...
Conda works well on system terminal, but failed to init on vscode's terminal. well, it can eventually init success, but i have to wait a while, and a bug report is generated Conda Info active environment : dl active env location : /home/boo/miniconda3/envs/dl shell level : 2 user ...
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 ...
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? For example, run importsysprint(sys.executable) in both to see if they match.
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 ...
I'm submitting a... bug report feature request Current Behavior When activating an environment the HOST environment variable is set to "x86_64-conda_cos6-linux-gnu". After deactivating it isn't removed and still shows as host in my zshel...
#. 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 | .....