Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Linux Devdocs workflow requires installing packages that don't exist #14654

Closed
fuglede opened this issue Aug 28, 2021 · 2 comments · Fixed by #14658
Closed

DOC: Linux Devdocs workflow requires installing packages that don't exist #14654

fuglede opened this issue Aug 28, 2021 · 2 comments · Fixed by #14658
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected
Milestone

Comments

@fuglede
Copy link
Contributor

fuglede commented Aug 28, 2021

Reproducing Code Example

In the development quickstart, one of the steps requires you to run

conda create --name scipydev python=3.8 numpy pybind11 cython pythran pytest gfortran_linux-64 gxx_linux-64 sphinx pydata-sphinx-theme sphinx-panels matplotlib mypy git

This fails since none of pythran, sphinx-panels, or pydata-sphinx-theme can be found. Using -c conda-forge seems to help.

Error message

$ conda create --name scipydev python=3.8 numpy pybind11 cython pythran pytest gfortran_linux-64 gxx_linux-64 sphinx pydata-sphinx-theme sphinx-panels matplotlib mypy git
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed

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

  - pythran
  - sphinx-panels
  - pydata-sphinx-theme

Current channels:

  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch

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.

SciPy/NumPy/Python version information

None

@fuglede fuglede added the defect A clear bug or issue that prevents SciPy from being installed or used as expected label Aug 28, 2021
@fuglede fuglede changed the title BUG: Devdocs workflow requires installing packages that don't exist DOC: Devdocs workflow requires installing packages that don't exist Aug 28, 2021
@tupui
Copy link
Member

tupui commented Aug 28, 2021

Thanks @fuglede, indeed the information is correct for macOS but missing here. Would you make a PR to harmonize this?

@fuglede
Copy link
Contributor Author

fuglede commented Aug 28, 2021

Yep, done.

@ilayn ilayn changed the title DOC: Devdocs workflow requires installing packages that don't exist DOC: Linux Devdocs workflow requires installing packages that don't exist Aug 29, 2021
@tylerjereddy tylerjereddy added this to the 1.8.0 milestone Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants