Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue with convert when installing docs #14756

Closed
@shanosborne

Description

@shanosborne

When building the docs with the make html command, if you already have a convert module somewhere else, you can get an error:

File "/Users/sosborne/miniconda3/envs/astroconda/lib/python3.6/subprocess.py", line 438, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['convert', '--version']' returned non-zero exit status 1.

This should probably be fixed by checking if the convert module matplotlib is looking for is actually the correct module, and finding a work around if convert is from another package

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions