Chang

Results 4 comments of Chang

Got issue with pdbparse too, always shows an KeyError on any pdb file

Same issue with `tar.xz` files, when provide a link and all requied fields, the error message persists.

Sams issue with Python `3.9.20` and numpy `2.0.2`. I solved it by use Conda to create a Python `3.11` env with pip installed numpy `2.1.2`, pip installed `salesforce-lavis==1.0.2` and __conda__...

Only installs, but sill have runtime error When you run ``` pip install salesforce-lavis==1.0.2 ``` pip will uninstall numpy then install `numpy 2.0.2` for you, just run `pip install numpy==2.1.2`...