Skip to content

New commit may be breaking imports #89

@IoannisAsmanis

Description

@IoannisAsmanis

Newest commit as of writing (Apr 17th 2026), seems to be breaking imports:

Traceback (most recent call last):
  File "/local/path/tartanair_dl.py", line 5, in <module>
    import tartanair as ta
  File "/git/path/tartanairpy/tartanair/__init__.py", line 1, in <module>
    from . import tartanair
  File "/git/path/tartanairpy/tartanair/tartanair.py", line 4, in <module>
    from .customizer import TartanAirCustomizer, TartanAirFlowCustomizer
  File "/git/path/tartanairpy/tartanair/customizer.py", line 25, in <module>
    from .flow_calculation import depthmap_to_absolute_camera_coordinates, flow_occlusion_post_processing
  File "/git/path/tartanairpy/tartanair/flow_calculation.py", line 10, in <module>
    from .flow_utils import *
  File "/git/path/tartanairpy/tartanair/flow_utils.py", line 10, in <module>
    from .image_resampling.mvs_utils.camera_models import Pinhole, DoubleSphere, LinearSphere, Equirectangular, PinholeRadTanFast, EUCM, CameraModel
ModuleNotFoundError: No module named 'tartanair.image_resampling.mvs_utils.camera_models'

The above trace came after: $ pip install -e . and a similar trace with site-packages instead of the local editable path is produced when the -e switch is omitted from the installation command.

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