Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/getting_started.in.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ Pip (PyPI)
pip install open3d # or
pip install open3d-cpu # Smaller CPU only wheel on x86_64 Linux (since v0.17+)

.. warning::

Versions of ``numpy>=2.0.0`` require the latest development version of Open3D or
``Open3D>0.18.0``. If you are using an older version of Open3D, downgrade ``numpy``
with

.. code-block:: bash

pip install "numpy<2.0.0"

.. warning::

Please upgrade your ``pip`` to a version >=20.3 to install Open3D in Linux,
Expand Down