> 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
> _______________________________________________
> modeller_usage mailing list
> " target="_blank">modeller_usage@salilab.org
> https://salilab.org/mailman/listinfo/modeller_usage
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://salilab.org/archives/modeller_usage/attachments/20200831/e4fc3afd/attachment.htm>
It is probably unrelated, but I also had problems with running Modeller from Anaconda on Windows. Apparently the complicated Modeller directory structure used in the standalone Windows version is not relevant under Anaconda.
Traceback (most recent call last):
File "model_test.py", line 1, in <module>
from modeller import *
File "C:\Users\genie\.conda\envs\modeller\Library\modeller\modlib\modeller\__init__.py", line 73, in <module>
__dll_directory = os.add_dll_directory(dpath)
File "C:\Users\genie\.conda\envs\modeller\lib\os.py", line 1109, in add_dll_directory
cookie = nt._add_dll_directory(path)
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:/Users/genie/.conda/envs/modeller\\Library\\modeller\\lib\\x86_64-w64'
If I use the standalone Modelled by explicitly calling modenv.bat from the activated conda (to get the right Python), everything works fine.