Search Criteria
Package Details: python-ocp 7.8.1.2+r81.g2dd2ce8a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-ocp.git (read-only, click to copy) |
---|---|
Package Base: | python-ocp |
Description: | Python wrapper for OCCT generated using pywrap |
Upstream URL: | https://github.com/CadQuery/OCP |
Licenses: | Apache-2.0 |
Conflicts: | python-ocp-git |
Submitter: | greyltc |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-22 14:36 (UTC) |
Last Updated: | 2025-10-04 17:13 (UTC) |
Dependencies (47)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- opencascade (opencascade-gitAUR)
- python (python37AUR)
- vtk (vtk-gitAUR, vtk93AUR)
- adios2 (adios2-gitAUR) (make)
- boost (boost-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- double-conversion (double-conversion-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- fast_float (fast_float-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- libharu (make)
- liblas (liblas-gitAUR) (make)
- liefAUR (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-jobserverAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- openmpi (openmpi-gitAUR) (make)
- openvr (openvr-gitAUR) (make)
- openxr (openxr-loader-gitAUR) (make)
- pdal (pdal-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-click (make)
- python-installer (make)
- python-jinja (make)
- python-joblib (make)
- python-logzeroAUR (make)
- python-mpi4py (python-mpi4py-intelAUR) (make)
- python-pandas (make)
- python-path (make)
- python-pyparsing (make)
- python-schema (python-schema-gitAUR) (make)
- python-setuptools (make)
- python-toml (make)
- python-toposort (make)
- python-tqdm (make)
- python-wheel (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- qt5-declarative (qt5-declarative-gitAUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
- utf8cpp (utf8cpp-gitAUR) (make)
- verdict (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
captain_tycho commented on 2021-04-15 16:50 (UTC)
Hey, just figured I'd drop a note that when I compiled this package I had a minor problem that the output file was called OCP.cpython-39-x86_64-linux-gnu.so, instead of OCP.so, which was what Python expected. Don't know if that was intentional, but it caused import issues until it was easily fixed by renaming it.
rbgo commented on 2021-02-02 06:56 (UTC)
@greyltc Everything is working now up to CQ-editor. Thank you very much! :D
dack commented on 2021-02-01 23:49 (UTC)
FYI - the combination of python-ocp and python-cadquery-git works fine for me (no need for python-ocp-git).
greyltc commented on 2021-01-26 15:02 (UTC)
@rbgo I think python-cadquery being broken is an upstream problem. They don't support opencascade 7.5, only 7.4. I've put some workarounds for that problem into python-cadquery-git, so you might give that a shot (maybe paired with python-ocp-git. that's the combo I'm using).
greyltc commented on 2021-01-26 14:11 (UTC)
Yeah, sorry about that. I made a mistake in the joblib version spec that I just added to the PKGBUILD. I've fixed it now, so try your build again please. My experience has been that python 3.9 causes your original build error with joblib version 0.16 but not with version 1.0.
rbgo commented on 2021-01-26 11:33 (UTC) (edited on 2021-01-26 11:34 (UTC) by rbgo)
@greyltc I had "python-joblib 0.16.0-3" installed from Manjaro's Offical Repositories and removed it, because I saw an AUR available "python-joblib 1.0.0-1". I installed it. Then I tryed install AURs (1)"python-ocp-git 7.5.RC1.r4.g6b105a3-1" and (2)"python-ocp 7.5.RC1-2", both failed on not having "python-joblib => 1.0"; strange. I edit the build file of (2) removing the joblib version requirement. The build came far but tripped over missing opencascade files and cmake could not continue. Did the same with (1) and the build completed! So that helped. Thank you! :-)
But now it is "python-cadquery 2.0.1-1" that fails to install...
I checked all the dependencies for "python-cadquery" and they're all installed.
@s-ol Thank for your thoughts on this.
s-ol commented on 2021-01-26 09:23 (UTC)
@rbgo The error message seems to suggest you may be running out of RAM? How much RAM and swap space do you have available? (e.g. output of
free
)greyltc commented on 2021-01-26 09:06 (UTC) (edited on 2021-01-26 09:09 (UTC) by greyltc)
@rbgo I've never used Manjaro, so I'm not really sure what goes on there. What version of python-joblib does Manjaro give you? Seems to me you're running an out of date version of that package with bugs that break this build.
rbgo commented on 2021-01-26 00:29 (UTC) (edited on 2021-01-26 00:31 (UTC) by rbgo)
I got two Manjaro systems on my LAN. Tryed to install this package and also the git version separately as a dependency of python-cq-editor. In both cases and on both PCs the install will not complete. Next to GUI install with pamac I also tryed install with pacman, makepkg and yay, all having same results.
Install starts normal like this...
And then the following output is dumped starting with "LokyProcess-xx failed..." headers of which I copy the last one...
greyltc commented on 2020-11-22 13:56 (UTC)
@Knusperkeks It seems to me that those "errors" are actually warnings.
You wrote "I tried building it inside a clean chroot and it does not succeed." I don't see anything indicating failure in what you pasted.
Thanks for the new deps, I've added them.
« First ‹ Previous 1 2 3 4 5 Next › Last »