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

The issue of dependency installation for open3d packages #32

Open
Rax0913 opened this issue Jan 8, 2024 · 2 comments
Open

The issue of dependency installation for open3d packages #32

Rax0913 opened this issue Jan 8, 2024 · 2 comments

Comments

@Rax0913
Copy link

Rax0913 commented Jan 8, 2024

When I run ''pip install open3d==0.9" in cmd, there is a error.
"ERROR: Could not find a version that satisfies the requirement comm>=0.1.3 (from ipywidgets->open3d==0.9) (from versions: 0.0.1)
ERROR: No matching distribution found for comm>=0.1.3 (from ipywidgets->open3d==0.9)"
It seems that the 0.1.3 version of comm cannot be installed in the Python 2.7 environment, I have also tried the "pip install comm==0.1.3", but it still reported an error.
"ERROR: Could not find a version that satisfies the requirement comm==0.1.3 (from versions: 0.0.1)
ERROR: No matching distribution found for comm==0.1.3".
How can I solve this problem?

@SamoaChen
Copy link

it seems like ipywidgets version sorted by pip to install open3d==0.9 is too new. install an older verion as shown below will resolve the issue
pip install ipywidgets==7.6.3

@ga58lar
Copy link

ga58lar commented Sep 14, 2024

See #43 (comment):
pip install pyrsistent==0.15 open3d==0.9 --no-deps

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

3 participants