Problem: Whenever a new environment is created in anaconda, the important packages do not come preinstalled as in the base environment
There are 2 solutions:
1. Create an environment with the following command
conda create -n spy4 anaconda
2. Clone the base environment
No comments:
Post a Comment