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

Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Missing dependency #161

@jdahm

Description

@jdahm

After pip installing fv3core, I get this error when trying to run the tests. Did yaml get added recently and someone forgot to add pyyaml to requirements.txt?

ImportError while loading conftest '/home/jdahm/fv3core/tests/conftest.py'.
tests/conftest.py:8: in <module>
    import translate
tests/translate/__init__.py:1: in <module>
    from . import translate
tests/translate/translate.py:6: in <module>
    import fv3core._config
fv3core/__init__.py:1: in <module>
    from .decorators import disable_stencil_report, enable_stencil_report
fv3core/decorators.py:12: in <module>
    import yaml
E   ModuleNotFoundError: No module named 'yaml'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions