Skip to content

Change how we handle tertiary packages #7

@wrightky

Description

@wrightky

Abandon the repeated try/except stuff inside config and opt for a local try/except inside functions which, if failed, forward the user to another script that handles unavailable packages. Could be something like:

try:
    from chord import Chord
except ImportError:
    print_install_instructions('Chord')

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions