I am trying to install sunpy using condo. But it is giving me error
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Hello @SBhunia,
Sorry to hear about your problems. I have a few questions.
Is this a new install of conda from miniforge or is it a previous install?
Are installing sunpy into a dedicated virtual environment that is not base?
This virtual environment, what packages are in it? If you do conda list (I think), it will tell you every package installed.
The reason I ask is that as per the installation guidelines (Installation — sunpy 6.1.1 documentation) the recommendation is to create new conda virtual environments and use that to install sunpy.
Generally installing sunpy into larger and potentially older environments will fail.
Hopefully that helps!