Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Apr 19, 2024
1 parent 9b6f7c6 commit c6536e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/tutorial/python/tutorial-install-python-bindings.dox
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ This error may also happen when generating the Python stubs (after the bindings

\subsubsection py_bindings_known_errors_test When building the tests

The following error may occur when building Python tests on Ubuntu 22.04 when ROS-2 humble is installed:
The following error may occur when building Python tests on Ubuntu 22.04 when ros-2 humble is installed:

\verbatim
(venv) $ cd $VISP_WS/visp-build-bindings
Expand Down Expand Up @@ -961,6 +961,8 @@ make: *** [Makefile:702: visp_python_bindings_test] Error 2
(venv) $
\endverbatim

The work arround consists in uninstalling `python3-pytest`.
The work arround consists in uninstalling `python3-pytest` system package.

\warning Removing `python3-pytest` could break the ros-2 installation, as `python3-pytest` is a dependency of some humble ros-2 packages.

*/

0 comments on commit c6536e4

Please sign in to comment.