Skip to content

Commit

Permalink
Update Installation-Troubleshooting.rst (ros2#3916) (ros2#3926)
Browse files Browse the repository at this point in the history
* Update Installation-Troubleshooting.rst

Added mention of `failed to create process`

Co-authored-by: Chris Lalancette <clalancette@gmail.com>
(cherry picked from commit 79af11f)

Co-authored-by: Robert <robert.soor@gmail.com>
  • Loading branch information
mergify[bot] and RobertoRoos authored Sep 19, 2023
1 parent 4c9c035 commit db3608b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/How-To-Guides/Installation-Troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,18 @@ Fast RTPS requires ``msvcr20.dll``, which is part of the ``Visual C++ Redistribu
Although it is usually installed by default in Windows 10, we know that some Windows 10-like versions don't have it installed by default (e.g.: Windows Server 2019).
In case you don't have it installed, you can download it from `here <https://www.microsoft.com/en-us/download/details.aspx?id=40784>`_.

Failed to create process
^^^^^^^^^^^^^^^^^^^^^^^^

If running a ROS binary gives the error:

.. code-block::
| failed to create process.
It is likely the Python interpreter was not found.
For each executable, the shebang (first line) of the accompanying script is used, so make sure Python is available under the expected path (default: ``C:\Python38\``).

Binary installation specific
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit db3608b

Please sign in to comment.