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
When trying to install the package from pypi and test it on a sample PDB, the code fails while parsing the DBI name with the following traceback:
File "/usr/local/lib/python3.6/dist-packages/pdbparse/__init__.py", line 276, in load
debug = dbi.parse_stream(self.stream_file)
File "/usr/local/lib/python3.6/dist-packages/pdbparse/dbi.py", line 160, in parse_stream
Name = "Name" / CString(encoding = "utf8").parse(Names[NameRef[j]:])
TypeError: unsupported operand type(s) for /: 'str' and 'str'
It seems like this code was fixed last november, but wasn't deployed to pip.
Is it possible to deploy the current fixed version to pip?
Thanks :-)
The text was updated successfully, but these errors were encountered:
Hi,
When trying to install the package from pypi and test it on a sample PDB, the code fails while parsing the DBI name with the following traceback:
It seems like this code was fixed last november, but wasn't deployed to pip.
Is it possible to deploy the current fixed version to pip?
Thanks :-)
The text was updated successfully, but these errors were encountered: