From nobody Fri Oct 29 20:11:06 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D599A182BB48 for ; Fri, 29 Oct 2021 20:11:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hgtpy5cq6z4Wkv for ; Fri, 29 Oct 2021 20:11:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A22E91D0B4 for ; Fri, 29 Oct 2021 20:11:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19TKB6Kl040514 for ; Fri, 29 Oct 2021 20:11:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19TKB6U5040513 for ports-bugs@FreeBSD.org; Fri, 29 Oct 2021 20:11:06 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 259507] [NEW PORT]: math/py-nptyping: Type hints for Numpy Date: Fri, 29 Oct 2021 20:11:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rsmith@xs4all.nl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259507 rsmith@xs4all.nl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rsmith@xs4all.nl --- Comment #1 from rsmith@xs4all.nl --- I've been trying Neal's patches to get cadquery to work. (BTW; Great work Neal, much appreciated!) When I've installed his ports and patches, I get the following error from o= ne of the cadquery examples: ~/github/cadquery/examples> python Ex001_Simple_Block.py Traceback (most recent call last): File "/home/rsmith/github/cadquery/examples/Ex001_Simple_Block.py", line = 1, in import cadquery as cq File "/usr/local/lib/python3.9/site-packages/cadquery/__init__.py", line = 31, in from .assembly import Assembly, Color, Constraint File "/usr/local/lib/python3.9/site-packages/cadquery/assembly.py", line = 10, in from .occ_impl.solver import ( File "/usr/local/lib/python3.9/site-packages/cadquery/occ_impl/solver.py", line 2, in from nptyping import NDArray as Array File "/usr/local/lib/python3.9/site-packages/nptyping/__init__.py", line = 2, in from nptyping.functions._get_type import get_type File "/usr/local/lib/python3.9/site-packages/nptyping/functions/_get_type.py", l= ine 9, in from typish import ClsFunction ModuleNotFoundError: No module named 'typish' So it seems that https://github.com/ramonhagenaars/typish is required. I installed typish-1.9.3 (current version) and that seems to work. --=20 You are receiving this mail because: You are the assignee for the bug.=