◐ Shell
clean mode source ↗

Message 257842 - Python tracker

Could this be done soon? I ran into this just now:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/stefan/usr/lib/python3.6/site-packages/datashape-0.4.7-py3.6.egg/datashape/__init__.py", line 7, in <module>
    from .user import *
  File "/home/stefan/usr/lib/python3.6/site-packages/datashape-0.4.7-py3.6.egg/datashape/user.py", line 16, in <module>
    @dispatch(np.dtype, basetypes)
  File "/home/stefan/usr/lib/python3.6/site-packages/multipledispatch-0.4.8-py3.6.egg/multipledispatch/core.py", line 60, in _
    if ismethod(func):
  File "/home/stefan/usr/lib/python3.6/site-packages/multipledispatch-0.4.8-py3.6.egg/multipledispatch/core.py", line 79, in ismethod
    spec = inspect.getargspec(func)
AttributeError: module 'inspect' has no attribute 'getargspec'