smodelsTools.py, when e.g. called to compute xsecs, resolves the dependencies also of all other tools.
Which may result in silly error msgs, e.g.
ERROR in externalPythonTools.init() in 31: could not find plotly: No module named 'plotly'
ERROR in externalPythonTools.init() in 31: could not find pandas: No module named 'pandas'
ERROR in externalPythonTools.init() in 31: could not find IPython: No module named 'IPython'
Resolve the deps more lazily (preferred), or demote the errors to warning.
smodelsTools.py, when e.g. called to compute xsecs, resolves the dependencies also of all other tools. Which may result in silly error msgs, e.g.
ERROR in externalPythonTools.init() in 31: could not find plotly: No module named 'plotly' ERROR in externalPythonTools.init() in 31: could not find pandas: No module named 'pandas' ERROR in externalPythonTools.init() in 31: could not find IPython: No module named 'IPython'
Resolve the deps more lazily (preferred), or demote the errors to warning.