Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 827 Bytes

File metadata and controls

18 lines (13 loc) · 827 Bytes

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, cd to the current directory, and then proceed to create the environment.