Closed jonashaag closed 1 week ago
It's defined right here: https://github.com/mdmintz/pdbp/blob/227b212e38e6952e0e5d29c384e23d7dee3f9c23/src/pdbp.py#L149
Did you modify the package at all?
Are you using the latest version of pdbp
?
Which OS are you using?
No modification; when I open the file I can see the function there.
I also tried calling pdb.lasti2lino
instead but then it said that pdb
wasn't imported.
I wonder if there is anything special about the way the setup
function is called that makes these definitions unavailable?
Try pip install pdbp==1.5.3
(there's possibly a recent regression).
Upgrade to 1.6.1
- https://github.com/mdmintz/pdbp/releases/tag/v1.6.1
Python 3.12
Any ideas how this can happen?