Skip to content

Error Importing tethys_command When Installing Tethys in Editable Mode #1156

@Sonia-96

Description

@Sonia-96

If I install tethys with pip install -e ., I will the following error when I run tethys manage start:

Traceback (most recent call last):
  File "/home/tethys/miniconda3/envs/tethys/bin/tethys", line 5, in <module>
    from tethys_cli import tethys_command
ImportError: cannot import name 'tethys_command' from 'tethys_cli' (unknown location)

But it works fine if I use pip install . to install tethys.

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