Skip to content

libfmt error #148

Open
Open
@richardrl

Description

@richardrl
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Cell In[6], line 1
----> 1 from projectaria_tools.core import data_provider, mps
      2 from projectaria_tools.core.mps.utils import (
      3     filter_points_from_confidence,
      4     get_gaze_vector_reprojection,
      5     get_nearest_eye_gaze,
      6     get_nearest_pose,
      7 )
      8 from projectaria_tools.core.stream_id import StreamId

File /samsung4tb/conda_envs/projectarea_tools_py311/lib/python3.11/site-packages/projectaria_tools/__init__.py:16
      1 # Copyright (c) Meta Platforms, Inc. and affiliates.
      2 #
      3 # Licensed under the Apache License, Version 2.0 (the "License");
   (...)
     14 
     15 # This makes the modules discoverable when doing dir(projectaria_tools)
---> 16 from . import core  # noqa

File /samsung4tb/conda_envs/projectarea_tools_py311/lib/python3.11/site-packages/projectaria_tools/core/__init__.py:21
      1 # Copyright (c) Meta Platforms, Inc. and affiliates.
      2 #
      3 # Licensed under the Apache License, Version 2.0 (the "License");
   (...)
     14 
     15 # This makes the modules discoverable when doing dir(projectaria_tools.core)
     17 """
     18 A pybind11 binding for projectaria_tools core module
     19 """
---> 21 from . import (  # noqa
     22     calibration,
     23     data_provider,
     24     image,
     25     mps,
     26     sensor_data,
     27     sophus,
     28     stream_id,
     29     vrs,
     30     vrs_health_check,
     31 )

File /samsung4tb/conda_envs/projectarea_tools_py311/lib/python3.11/site-packages/projectaria_tools/core/calibration.py:19
      1 # Copyright (c) Meta Platforms, Inc. and affiliates.
      2 #
      3 # Licensed under the Apache License, Version 2.0 (the "License");
   (...)
     12 # See the License for the specific language governing permissions and
     13 # limitations under the License.
     15 """
     16 A pybind11 binding for projectaria_tools calibration submodule.
     17 """
---> 19 from _core_pybinds.calibration import *  # noqa

ImportError: libfmt.so.9: cannot open shared object file: No such file or directory

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