Search Criteria
Package Details: python-py3d 1:0.18.0-11
Package Actions
Git Clone URL: | https://aur.archlinux.org/open3d.git (read-only, click to copy) |
---|---|
Package Base: | open3d |
Description: | A Modern Library for 3D Data Processing |
Upstream URL: | http://www.open3d.org |
Keywords: | open3d |
Licenses: | MIT |
Conflicts: | python-open3d, python-open3d-git, python-py3d-git |
Provides: | python-open3d |
Submitter: | deltaecho |
Maintainer: | daizhirui |
Last Packager: | daizhirui |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-29 12:37 (UTC) |
Last Updated: | 2024-09-15 04:04 (UTC) |
Dependencies (42)
- asciidoc (asciidoc-gitAUR)
- assimp (assimp-gitAUR)
- cppzmq (cppzmq-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- eigen (eigen-gitAUR)
- embree (embree-gitAUR)
- flann
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glfw-x11 (glfw-gitAUR, glfw)
- gtest (googletest-gitAUR)
- intel-oneapi-basekit
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libc++ (libc++-msanAUR, libc++-modulesAUR)
- libc++abi (libc++abi-msanAUR, libc++abi-modulesAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- liblzf
- libpng (libpng-gitAUR, libpng-apngAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber)
- mysqlAUR (mysql55AUR, mysql56AUR, mariadb-gitAUR, mysql81AUR, mysql57AUR, mroongaAUR, mysql80AUR, mysqlAUR, mariadb, mariadb-lts, percona-server)
- Show 22 more dependencies...
Required by (2)
- python-minkowskiengine (requires python-open3d) (optional)
- python-minkowskiengine-git (requires python-open3d) (optional)
Latest Comments
1 2 3 Next › Last »
truncs commented on 2024-02-08 01:50 (UTC)
Needs python-plotly and python-dash to work otherwise importing open3d fails.
iagoiago commented on 2024-01-03 01:52 (UTC)
required
gcc12
, and perhapsglfw-wayland
is fine too (annoying conflict w x11's --glfw-git
solved it for me).drr21 commented on 2022-03-11 17:52 (UTC)
Package doesn't build for me, not even after adding emillynge
sed -i 's|find_package(Python3 3.6...<3.10|find_package(Python3 3.6|' CMakeLists.txt
to make it work on python 3.10emillynge commented on 2022-01-03 09:50 (UTC) (edited on 2022-01-03 09:56 (UTC) by emillynge)
Looks like open3d will now compile/build even with python3.10, although TF and Torch may still not work. see https://github.com/isl-org/Open3D/pull/4463
While we wait for a new release, it would be very easy to apply a small 'patch' to
CMakeLists.txt
that mimics the effect of the pertinent commit https://github.com/isl-org/Open3D/commit/5d79d0c98d9460a714e7f10a50e161641cd243b7This command
sed -i 's|find_package(Python3 3.6...<3.10|find_package(Python3 3.6|' CMakeLists.txt
should do it :)emanus commented on 2021-12-21 18:34 (UTC)
I find it quite confusing that there are a
python-open3d
and apython-py3d
(and the same with-git
suffix) package that are the same. Why not mark one as deprecated and go with one? Breaking compatibility is imho not a big deal, since onlypython-minkowskiengine[-git]
depends on this package.zannzetsu commented on 2021-12-04 18:34 (UTC)
I updated to version 0.14.1 and added libc++ and libc++abi as dependencies. It compiled without issues for me. Let me know if something broke for you.
luntik2012 commented on 2021-12-03 19:39 (UTC)
BaldrLector commented on 2021-09-19 07:54 (UTC)
Hi @zannzetsu, thanks for your responsive reply.
when I used gcc11, I got a link error:
While I can build it with gcc10.
By the way, I find libc++abi and libc++ are also dependencies.
zannzetsu commented on 2021-09-18 10:55 (UTC)
Hi BaldrLector, you could edit the PKGBUILD and after line 60 insert the following: -DBUILD_CUDA_MODULE=ON \ -DBUILD_COMMON_CUDA_ARCHS=ON \ -DBUILD_CACHED_CUDA_MANAGER=ON \
BaldrLector commented on 2021-09-18 09:22 (UTC)
how to add optional CUDA module ?any one try it ?
1 2 3 Next › Last »