You shell has not been properly configured to use ‘CONDA activate’ when you open the terminal under vs code
Solution:
1. Activation environment
#activate Envirnment
source activate
2. Exit environment
conda deactivate
3. Activate base
conda activate base
It seems that this method can only solve the problem for a short time, but it will still appear when you open it again. Finally, you can uninstall vs code from the anaconda navigator interface and install it again
Similar Posts:
- [Solved] Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
- Solution to error reporting of CONDA virtual environment due to system environment variables
- Conda Install Error: Solving environment: failed with initial frozen solve.
- Makefile:160: recipe for target ‘all’ failed (Ubuntu 16.06 + Opencv3.2) [Solved]
- [Solved] Anaconda navigator is stuck on the loading applications page when it is started.
- Problem solving of jupyter notebook dead kernel
- [Solved] samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file
- Anaconda establishes a new environment, and condahttpererror: http 000 connection failed for URL… Solution process appears
- Error in importing tensorflow in Jupiter Notebook: no module named tensorflow solution
- Conda TypeError: LoadLibrary() argument 1 must be str, not None