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

Documentation creation does not work on Windows #3

Open
Matthew-Boyd opened this issue Jan 9, 2025 · 1 comment
Open

Documentation creation does not work on Windows #3

Matthew-Boyd opened this issue Jan 9, 2025 · 1 comment

Comments

@Matthew-Boyd
Copy link
Collaborator

The error stems from no imagemagick package being available in the specified channels. Using the only available Windows version, which was cross-compiled via mingw-w64, does not immediately work either.

When running conda env create, the error gotten is:

Retrieving notices: ...working... done
Channels:

  • conda-forge
    Platform: win-64
    Collecting package metadata (repodata.json): done
    Solving environment: failed

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

  • imagemagick

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.

@ianhbell
Copy link
Collaborator

Two solutions:

  1. Build the docs on non-windows platform (e.g., in a docker container)
  2. Install imagemagick yourself and remove from conda environment.yml file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants