Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pypi version is broken #56

Open
shsh999 opened this issue Sep 5, 2021 · 4 comments
Open

Pypi version is broken #56

shsh999 opened this issue Sep 5, 2021 · 4 comments

Comments

@shsh999
Copy link

shsh999 commented Sep 5, 2021

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

@1ndahous3
Copy link

up!

@moyix
Copy link
Owner

moyix commented Jan 7, 2022

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!

@smaudet
Copy link

smaudet commented Apr 30, 2024

Hmm is this still broken?

@smaudet
Copy link

smaudet commented Apr 30, 2024

...still broken.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants