31 Aug
2020
31 Aug
'20
12:35 p.m.
I successfully installed modeller through conda install modeller and also change the license key in config.py but when I try to run :
from modeller import *
it shows the following error :
ModuleNotFoundError Traceback (most recent call last)<ipython-input-1-80c5cec1a705> in <module>()----> 1 from modeller import * ModuleNotFoundError: No module named 'modeller'
plz help me