sunpy / sunpy-soar

A sunpy plugin for accessing data in the Solar Orbiter Archive (SOAR).
https://docs.sunpy.org/projects/soar/
BSD 2-Clause "Simplified" License
17 stars 10 forks source link

sunpy-soar not available in conda-forge #123

Closed herroyalmaj closed 2 months ago

herroyalmaj commented 2 months ago

Describe the bug

(soar_env) hmiddleton@ESAC01106057 my_utilities % conda install -c conda-forge sunpy_soar
Retrieving notices: ...working... done Channels:

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

To Reproduce

See above. From https://docs.sunpy.org/projects/soar/ thought it should be available.

Screenshots

No response

System Details

No response

Installation method

No response

Cadair commented 2 months ago

Hi @herroyalmaj thanks for the issue.

sunpy-soar is on conda-forge, I think maybe you need sunpy-soar not sunpy_soar?

nabobalis commented 2 months ago

Yeah, unfortunately the package is named with a - but the import is _

herroyalmaj commented 2 months ago

Just going from https://docs.sunpy.org/projects/soar/ - maybe it's just the installation instructions need updating

nabobalis commented 2 months ago

Oh that is a mistake we need to correct. Not sure how we never noticed.

Thanks for reporting this!

nabobalis commented 2 months ago

It was wrong for both pypi and conda! I have opened a PR fixing this.

Thanks again!

herroyalmaj commented 2 months ago

While I'm here, is it right that the sunpy-soar documentation link goes to the main sunpy page?

nabobalis commented 2 months ago

That also should not happen.

nabobalis commented 2 months ago

Edit: I see it.

herroyalmaj commented 2 months ago

The first link under 'Getting Help' on https://docs.sunpy.org/projects/soar/

herroyalmaj commented 2 months ago

Thank you!

nabobalis commented 2 months ago

If you encounter anything else, just let us know and we can fix it!