SBRG / ssbio

A Python framework for structural systems biology
http://ssbio.readthedocs.io/en/latest/
MIT License
101 stars 28 forks source link

No module named json_r #9

Closed erolkavvas closed 7 years ago

erolkavvas commented 7 years ago

I'm getting the following error after a new git pull

image

nmih commented 7 years ago

Hmm that's new, try all of these to install json-tricks:

pip install json-tricks
pip install json-tricks --user
pip install json-tricks --upgrade
erolkavvas commented 7 years ago

hey that worked!