If conda install
hangs on "solving environment," it typically means that Conda is taking a long time to resolve dependencies for the requested package(s). This can happen for several reasons:
-
Complex Dependency Graph:
- The requested package has many dependencies, and Conda is trying to find a compatible set of versions for all packages in the environment.
-
Large Environment:
- If your environment already has many installed packages, resolving dependencies can take longer.
-
Outdated Conda: