Opened 5 years ago
Closed 5 years ago
#3610 closed defect (duplicate)
ISOLDE install into 0.93: The specified module could not be found
| Reported by: | Owned by: | Greg Couch | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Tool Shed | Version: | |
| Keywords: | Cc: | Tristan Croll | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
The following bug report has been submitted:
Platform: Windows-10-10.0.18362
ChimeraX Version: 0.93 (2020-04-03)
Description
(Describe the actions that caused this problem to occur here)
Log:
UCSF ChimeraX version: 0.93 (2020-04-03)
© 2016-2020 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
> toolshed show ISOLDE
Traceback (most recent call last):
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\core\toolshed\info.py", line 621, in start_tool
ti = api._api_caller.start_tool(api, session, self, tool_info)
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\core\toolshed\\__init__.py", line 1613, in start_tool
return cls._get_func(api, "start_tool")(session, ti.name)
File "C:\Users\dahailuo\AppData\Local\UCSF\ChimeraX\0.93\site-
packages\chimerax\isolde\\__init__.py", line 128, in start_tool
return tools.get_singleton(session, ISOLDE_ToolUI, 'ISOLDE', create=True)
File "C:\Program Files\ChimeraX\bin\lib\site-packages\chimerax\core\tools.py",
line 214, in get_singleton
tinst = tool_class(session, tool_name, **kw)
File "C:\Users\dahailuo\AppData\Local\UCSF\ChimeraX\0.93\site-
packages\chimerax\isolde\tool.py", line 183, in __init__
from . import isolde
File "C:\Users\dahailuo\AppData\Local\UCSF\ChimeraX\0.93\site-
packages\chimerax\isolde\isolde.py", line 30, in <module>
from .constants import defaults, sim_outcomes, control
File "C:\Users\dahailuo\AppData\Local\UCSF\ChimeraX\0.93\site-
packages\chimerax\isolde\constants.py", line 14, in <module>
from simtk.openmm import VariableLangevinIntegrator, CustomGBForce
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\simtk\openmm\\__init__.py", line 19, in <module>
from simtk.openmm.openmm import *
File "C:\Program Files\ChimeraX\bin\lib\site-packages\simtk\openmm\openmm.py",
line 28, in <module>
_openmm = swig_import_helper()
File "C:\Program Files\ChimeraX\bin\lib\site-packages\simtk\openmm\openmm.py",
line 24, in swig_import_helper
_mod = imp.load_module('_openmm', fp, pathname, description)
File "C:\Program Files\ChimeraX\bin\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files\ChimeraX\bin\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\ChimeraX\bin\lib\site-packages\chimerax\ui\gui.py",
line 1297, in <lambda>
run(ses, "toolshed show %s" % StringArg.unparse(tool_name)))
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\core\commands\run.py", line 31, in run
results = command.run(text, log=log)
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\core\commands\cli.py", line 2848, in run
result = ci.function(session, **kw_args)
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\core\commands\toolshed.py", line 339, in toolshed_show
bi.start_tool(session, name)
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\core\toolshed\info.py", line 627, in start_tool
"start_tool() failed for tool %s in bundle %s:\n%s" % (tool_name, self.name,
str(e)))
chimerax.core.toolshed.ToolshedError: start_tool() failed for tool ISOLDE in
bundle ChimeraX-ISOLDE:
DLL load failed: The specified module could not be found.
chimerax.core.toolshed.ToolshedError: start_tool() failed for tool ISOLDE in
bundle ChimeraX-ISOLDE:
DLL load failed: The specified module could not be found.
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\core\toolshed\info.py", line 627, in start_tool
"start_tool() failed for tool %s in bundle %s:\n%s" % (tool_name, self.name,
str(e)))
See log for complete Python traceback.
OpenGL version: 3.3.0 NVIDIA 391.25
OpenGL renderer: Quadro K4200/PCIe/SSE2
OpenGL vendor: NVIDIA Corporation
Manufacturer: Dell Inc.
Model: Precision Tower 7810
OS: Microsoft Windows 10 Education (Build 18363)
Memory: 68,640,100,352
MaxProcessMemory: 137,438,953,344
CPU: 16 Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz"
Change History (3)
comment:1 by , 5 years ago
| Platform: | → all |
|---|---|
| Project: | → ChimeraX |
comment:2 by , 5 years ago
| Cc: | added |
|---|---|
| Component: | Unassigned → Tool Shed |
| Owner: | set to |
| Status: | new → assigned |
| Summary: | ChimeraX bug report submission → ISOLDE install into 0.93: The specified module could not be found |
comment:3 by , 5 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | assigned → closed |
As per Tristan's comment -- this one is the numpy problem that got fixed.
Note:
See TracTickets
for help on using tickets.
This looks like the old Intel MKL/Numpy bug. Long since fixed.