Message: 1
Date: Mon, 31 Aug 2020 12:50:54 -0700
From: Ajasja Ljubeti? <" target="_blank">>
To: Anas Jamshed <" target="_blank">>
Cc: " target="_blank">
Subject: Re: [modeller_usage] problem in anaconda
Message-ID:
<" target="_blank">>
Content-Type: text/plain; charset="utf-8"
Hi Anas,
Did you activate the conda environment into which you have installed
modeller?
What command lines did you use to install modeller and to start ipython?
Best,
Ajasja
On Mon, Aug 31, 2020 at 12:38 PM Anas Jamshed <" target="_blank">>
wrote:
> 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">
> 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>
------------------------------
Message: 2
Date: Mon, 31 Aug 2020 23:02:59 +0300
From: "Eugene Radchenko" <" target="_blank">>
To: "Anas Jamshed" <" target="_blank">>,
<" target="_blank">>
Subject: Re: [modeller_usage] problem in anaconda
Message-ID: <3B2654CA83AA4EAB94AA7D5EF2A92DD1@geniepc2017>
Content-Type: text/plain; charset="utf-8"
Hello,
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.
Best wishes
Eugene
From: Anas Jamshed
Sent: Monday, August 31, 2020 10:35 PM
To: " target="_blank">
Subject: [modeller_usage] problem in anaconda
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 *