pdbparse icon indicating copy to clipboard operation
pdbparse copied to clipboard

Pypi version is broken

Open shsh999 opened this issue 4 years ago • 4 comments

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:

  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 :-)

shsh999 avatar Sep 05 '21 20:09 shsh999

up!

1ndahous3 avatar Dec 20 '21 11:12 1ndahous3

Sorry about this, I have very little time to do maintenance on pdbparse these days. I will try to get the most recent version up on PyPI soon!

moyix avatar Jan 07 '22 15:01 moyix

Hmm is this still broken?

smaudet avatar Apr 30 '24 13:04 smaudet

...still broken.

Download + install for python 3.10 venv worked, pypi install did not...

smaudet avatar Apr 30 '24 15:04 smaudet