-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to Install Open3D v18.0, Maximum Supported Version is 13.0 #2
Comments
Hi, thanks for reaching out. We have not run into this issue ourselves. Would you be able to provide more details about your python and numpy versions? Since numpy is being upgraded after the installation of open3d, it is possible that there could be a mismatch in required version numbers. These are the required dependencies of Open3D 0.18.0 ( It may be helpful to look through to see if there are any mismatched versions from your environment to ours for these dependencies. |
Hi, Thank you for your prompt response and the details regarding Open3D's dependencies. Here's the information you requested along with some additional context: My Setup: Thank you for helping out. Below is the list of dependencies, that I installed based on the provided commands. Dependencies as Reported by pip :
|
Hi, sorry for the delay on this. I'm not entirely sure what could be wrong in the environment since there seems to be minimal differences between the versions you have and the one we use. Could you expand on what shepherd functions fail due to Open3D being the wrong version? If you havn't already, please try to upgrade the versions again, or retry the installation process. |
I followed the installation instructions, but I am encountering an issue with the Open3D library when trying to install version 18.0. My system setup allows me to install up to version 13.0, but I cannot reach the required v18.0. With v13, certain shepherd functions are not being imported. This seems to be a limitation in the installation process, possibly related to my environment or dependencies. Could you provide guidance on how to resolve this or any known issues preventing the installation of version 18.0?
The text was updated successfully, but these errors were encountered: