Search Criteria
Package Details: python-ocp 7.7.2.1+r4.g544d7fd5-4
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: | 2024-12-28 06:29 (UTC) |
Dependencies (43)
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR)
- python (python37AUR, python311AUR, python310AUR)
- vtk (vtk-gitAUR, vtk93AUR)
- adios2 (adios2-gitAUR) (make)
- boost (boost-gitAUR) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- clang15AUR (make)
- cmake (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-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (make)
- fmt (fmt-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- libharu (make)
- liblas (liblas-gitAUR) (make)
- liefAUR (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-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-click (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-toml (python-toml-gitAUR) (make)
- python-toposort (make)
- python-tqdm (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 »
Salamandar commented on 2021-10-09 17:02 (UTC)
@juliang did you find a workaround ? I have the same issue.
juliang commented on 2021-07-18 15:45 (UTC)
Hi, I'm having some trouble installing this package (Arch 2021-07-18). I don't know what exactly it is, but the error appears to come from pywrap.
Full log on pastebin: https://pastebin.com/VaHruAPb
Log in the comment (340 lines)
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.
« First ‹ Previous 1 2 3 4 5 Next › Last »