Closed al979 closed 7 months ago
I was able to resolve this issue by downgrading to pyparsing 3.1.1 (pip install pyparsing==3.1.1
) during the conda environment setup.
I solve it! Thank you!
Thanks @al979 for the fix! It helped me get things working, and I've opened a PR that should freeze the dependency versions in a requirements.txt
file so this sort of thing doesn't happen again!
Thank you for developing this incredibly useful tool!
I run into issues when I install and run the code following the "Running the code" section of the README file. I get the following error message:
It seems to be that ProDy is not reading in the input PDB file correctly. Does anyone know how to resolve this issue?