Most Frequently Asked Questions
Environment Related Issue
Issue 1: When activating conda environment, script execution is prohibited.
Please refer to this article for the solution: https://juejin.cn/post/7349212852644954139
Issue 2: Error creating a virtual environment after installing Conda on Windows.
- Cause:
This is caused by Conda not being added to the system environment variables during installation. - Solution:
You need to open Anaconda Prompt, Miniconda Prompt, or Miniforge Prompt (depending on which one you installed) from the Start Menu,cdto the current directory, and then proceed to create the environment.