Opened 9 years ago

Closed 2 years ago

#46982 closed defect (fixed)

py27-numba: missing dependency "funcsigs"

Reported by: cdeil (Christoph Deil) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: petrrr
Port: py-numba

Description

The py27-numba port is missing the funcsigs dependency:

Import fails, i.e. it's completely broken:

$ python2.7 -c 'import numba'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numba/__init__.py", line 6, in <module>
    from . import testing, decorators
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numba/decorators.py", line 6, in <module>
    from . import sigutils
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numba/sigutils.py", line 3, in <module>
    from numba import types, typing
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numba/types.py", line 14, in <module>
    from . import npdatetime, utils
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numba/utils.py", line 41, in <module>
    raise ImportError("please install the 'funcsigs' package "
ImportError: please install the 'funcsigs' package ('pip install funcsigs')

Change History (5)

comment:1 Changed 9 years ago by mf2k (Frank Schima)

Cc: stromnov@… removed
Owner: changed from macports-tickets@… to stromnov@…
Port: py-numba added; py27-numba removed

comment:2 Changed 9 years ago by cdeil (Christoph Deil)

This is done. Close issue?

comment:3 Changed 9 years ago by petrrr

Cc: petr@… added

Cc Me!

comment:4 Changed 2 years ago by chrstphrchvz (Christopher Chavez)

Commit by maintainer addressing this issue (which linked to this ticket): [bfd1671b0a/macports-ports]

comment:5 Changed 2 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.