Date: Wed, 20 Jan 2021 21:23:25 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 252871] math/py-jax : Cannot import jax Message-ID: <bug-252871-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252871 Bug ID: 252871 Summary: math/py-jax : Cannot import jax Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: monwarez@mailoo.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Assignee: sunpoet@FreeBSD.org When importing jax Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/jax/__init__.py", line 22, in <module> from .api import ( File "/usr/local/lib/python3.7/site-packages/jax/api.py", line 37, in <module> from . import core File "/usr/local/lib/python3.7/site-packages/jax/core.py", line 31, in <module> from . import dtypes File "/usr/local/lib/python3.7/site-packages/jax/dtypes.py", line 31, in <module> from .lib import xla_client File "/usr/local/lib/python3.7/site-packages/jax/lib/__init__.py", line 2= 3, in <module> import jaxlib ModuleNotFoundError: No module named 'jaxlib' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252871-7788>