Search Criteria
Package Details: python-cadquery-git 2.1.r474.gec54a38-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-cadquery-git.git (read-only, click to copy) |
---|---|
Package Base: | python-cadquery-git |
Description: | A parametric CAD scripting framework based on PythonOCC built from git |
Upstream URL: | https://github.com/CadQuery/cadquery |
Licenses: | Apache |
Conflicts: | python-cadquery |
Provides: | python-cadquery |
Submitter: | greyltc |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-12-31 13:08 (UTC) |
Last Updated: | 2022-08-08 09:52 (UTC) |
Dependencies (11)
- casadiAUR (python-casadi-binAUR, casadi-gitAUR)
- nlopt
- openvr (openvr-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-ezdxfAUR
- python-multimethodAUR
- python-ocpAUR (python-ocp-gitAUR)
- python-typing_extensions
- ipython (ipython-gitAUR) (check)
- python-nptyping (check)
- python-pytest (check)
Required by (5)
- python-cq-editor (requires python-cadquery)
- python-cq-editor-git (requires python-cadquery)
- python-cq-kit (requires python-cadquery)
- python-cq_warehouse (requires python-cadquery)
- python-cq_warehouse-git (requires python-cadquery)
Latest Comments
1 2 Next › Last »
LukeLabrie commented on 2022-12-02 14:31 (UTC) (edited on 2022-12-02 14:55 (UTC) by LukeLabrie)
@Jarshvor, I am seeing a similar error, and am thus unable to install. Have you, or anyone else figured this out? Output below
Jarshvor commented on 2021-11-21 10:57 (UTC)
When building the latest version(2.1.r267.ga6cbf22-1), I get pytest errors during the check. 12 tests failed. All regarding some "_ZN18BRepOffset" Undefined symbol:
The following tests failed. And the error is identical for all of them.
I'm not able to debug this further.
dack commented on 2021-11-13 07:41 (UTC)
As of commit e4b6a04 (Nov 11), a new dependency is required: python-multimethod
dack commented on 2021-11-13 07:39 (UTC)
@xythobuz That was fixed upstream a few days ago. Commit 90d11ea
xythobuz commented on 2021-10-21 10:20 (UTC)
The tests do not execute:
I disabled the check() step, but the resulting binary does not run either, with the same error message.
mantielero commented on 2021-09-08 21:31 (UTC)
I had the following error:
I fixed this by installing
ttf-dejavu
so I bet this should be a dependency.The reason is that the test
TestCadQuery.testText
is font specific. If the font "Sans" is not in the system, it looks for an alternative which gives different results.ChrisMorgan commented on 2021-06-04 05:07 (UTC)
python-typing_extensions needs to be moved from checkdepends to depends, you can’t import cadquery without it (cadquery imports cadquery.occ_impl.shapes, which imports typing_extensions).
DCengineer commented on 2021-03-06 17:50 (UTC) (edited on 2021-03-06 17:50 (UTC) by DCengineer)
@greyltc It did install, but I had to install python-nptyping manually first. I'm using pacaur, and for some reason it tried to install python-nptyping with pacman.
greyltc commented on 2021-03-06 10:24 (UTC)
@DCengineer fixed now maybe?
1 2 Next › Last »