Iâve rebuilt IMP from the git repo
https://github.com/salilab/imp.git<http://github.com/salilab/imp.git>
after upgrading my Mac to El Capitan and now IMP throws an AttributeError:
$ ./setup_environment.sh python ../imp_tutorial/rnapolii/modeling/modeling.py
Traceback (most recent call last):
File "../imp_tutorial/rnapolii/modeling/modeling.py", line 78, in <module>
m = IMP.Model()
File "/opt/imp_latest/imp-fast/lib/IMP/__init__.py", line 4935, in __init__
self.this.append(this)
AttributeError: 'Model' object has no attribute âthis'