File size: 827 Bytes
06ba7ea | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # Most Frequently Asked Questions
## Environment Related Issue
<details>
<summary><strong>Issue 1: When activating conda environment, script execution is prohibited.</strong></summary>
Please refer to this article for the solution: [https://juejin.cn/post/7349212852644954139](https://juejin.cn/post/7349212852644954139)
</details>
<details>
<summary><strong>Issue 2: Error creating a virtual environment after installing Conda on Windows.</strong></summary>
- **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.
</details> |