Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Did anyone install open3d 0.9 successfully ? #43

Open
charon-cheung opened this issue Sep 3, 2024 · 1 comment
Open

Did anyone install open3d 0.9 successfully ? #43

charon-cheung opened this issue Sep 3, 2024 · 1 comment

Comments

@charon-cheung
Copy link

No description provided.

@charon-cheung charon-cheung changed the title Did anyone install open3d0.9 successfully ? Did anyone install open3d 0.9 successfully ? Sep 3, 2024
@ga58lar
Copy link

ga58lar commented Sep 14, 2024

If you want to follow the instructions use:

curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py && \
    python2.7 get-pip.py

alias python=/usr/local/bin/python2.7

pip install --upgrade pip setuptools wheel
pip install --upgrade setuptools --user python
pip install pyrsistent==0.15 open3d==0.9 --no-deps

But I highly recommend to use the fork of Koide: https://github.com/koide3/FAST_LIO_LOCALIZATION, as he already provides a Dockerfile for the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants