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

Open3d availability in Python 3.9 pip #3805

Closed
jackjansen opened this issue Jul 27, 2021 · 3 comments
Closed

Open3d availability in Python 3.9 pip #3805

jackjansen opened this issue Jul 27, 2021 · 3 comments

Comments

@jackjansen
Copy link

Now that #3611 has been merged I get the impression that open3d could finally be available for Python 3.9 installation through pip.

Is there an expected time for when this will be available?

@ssheorey
Copy link
Member

Python 3.9 release wheels will be available on PyPI for the next release 0.14 onward. In the mean time, you can use the devel wheels:

http://www.open3d.org/docs/latest/getting_started.html#development-version-pip

@jackjansen
Copy link
Author

Ok, I think I'll wait for 0.14, and hope it comes soon. I don't want to contemplate teaching my cicd jobs how to do this for all three of osx/win/linux:-(

@ssheorey
Copy link
Member

For CI/CD, I would recommend downloading a fixed commit development wheel for each platform and using that for repeatability. We do something similar with many 3rd party packages (C++ source code) in Open3D. We store the 3rd party packages as a github release in the open3d_downloads repo. This has a fixed URL that can be used by tools such as CMake (C++) and pip install (Python).

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

No branches or pull requests

2 participants