You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make scripts fail to install built gtsam python modules, returning
Traceback (most recent call last):
File "/home/mikhail/dev/gtsam/build1/venv/bin/pybind11-stubgen", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/mikhail/dev/gtsam/build1/venv/lib/python3.12/site-packages/pybind11_stubgen/__init__.py", line 319, in main
run(
File "/home/mikhail/dev/gtsam/build1/venv/lib/python3.12/site-packages/pybind11_stubgen/__init__.py", line 358, in run
QualifiedName.from_str(module_name), importlib.import_module(module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mikhail/anaconda3/lib/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'gtsam'
Description
make scripts fail to install built gtsam python modules, returning
, when running make python-install
Steps to reproduce
Expected behavior
Successfull installation
Environment
Ubuntu 22
Python 3.12.2
Additional information
The text was updated successfully, but these errors were encountered: