You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have IOPro 1.7.2 installed on my Mac, under Python 3.5 and Anaconda 4.2. When I execute help(iopro) I get a TextAdapter stack trace as follows:
/Users/ijstokes/anaconda/lib/python2.7/pydoc.pyc in docmodule(self, object, name, mod)
1092
1093 classes = []
-> 1094 for key, value in inspect.getmembers(object, inspect.isclass):
1095 # if __all__ exists, believe it. Otherwise use old heuristic.
1096 if (all is not None
/Users/ijstokes/anaconda/lib/python2.7/inspect.pyc in getmembers(object, predicate)
251 for key in dir(object):
252 try:
--> 253 value = getattr(object, key)
254 except AttributeError:
255 continue
/Users/ijstokes/anaconda/lib/python2.7/site-packages/iopro/__init__.pyc in __getattr__(self, name)
iopro/textadapter/TextAdapter.pyx in init iopro.textadapter.TextAdapter (iopro/textadapter/TextAdapter.c:51003)()
ValueError: too many values to unpack (expected 3)
Please advise how to move forward.
The text was updated successfully, but these errors were encountered:
I have IOPro 1.7.2 installed on my Mac, under Python 3.5 and Anaconda 4.2. When I execute
help(iopro)
I get aTextAdapter
stack trace as follows:Please advise how to move forward.
The text was updated successfully, but these errors were encountered: