Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2018 16:34:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 226463] devel/py-llvmlite: Add enum34 to RUN_DEPENDS
Message-ID:  <bug-226463-21822-jpF4mCghSC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226463-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226463-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226463

--- Comment #3 from David Kalliecharan <dave@dal.ca> ---
The build complains that enum34 is not available:

  File "setup.py", line 74, in run
    from llvmlite.utils import get_library_files
  File "llvmlite/__init__.py", line 6, in <module>
    raise ImportError("could not find the 'enum' module; please install "
ImportError: could not find the 'enum' module; please install it using e.g.=
 'p
ip install enum34'
*** Error code 1

I will contact the maintainers on github about the issue.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226463-21822-jpF4mCghSC>