You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i search ducument in the help pane it has error
after i restart spyder the help pane is ok
What is the expected output? What do you see instead?
Please provide any additional information below
File "/usr/local/Cellar/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 92, in validate
valid = self.is_valid(qstr)
File "/usr/local/Cellar/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 74, in is_valid
return shell.is_defined(objtxt, force_import=True)
File "/usr/local/Cellar/anaconda3/lib/python3.6/site-packages/spyder/widgets/internalshell.py", line 467, in is_defined
return self.interpreter.is_defined(objtxt, force_import)
File "/usr/local/Cellar/anaconda3/lib/python3.6/site-packages/spyder/interpreter.py", line 312, in is_defined
namespace=self.locals)
File "/usr/local/Cellar/anaconda3/lib/python3.6/site-packages/spyder/utils/dochelpers.py", line 315, in isdefined
attr_not_found = not hasattr(eval(base, namespace), attr)
File "", line 1, in
AttributeError: module 'sympy.integrals.integrals' has no attribute 'integrals'
Thank you for posting this bug. Could you share some code you are trying to run? Or provide more details about how to reproduce this error? Do you can reproduce this error yourself?
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "/usr/local/Cellar/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 92, in validate
valid = self.is_valid(qstr)
File "/usr/local/Cellar/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 74, in is_valid
return shell.is_defined(objtxt, force_import=True)
File "/usr/local/Cellar/anaconda3/lib/python3.6/site-packages/spyder/widgets/internalshell.py", line 467, in is_defined
return self.interpreter.is_defined(objtxt, force_import)
File "/usr/local/Cellar/anaconda3/lib/python3.6/site-packages/spyder/interpreter.py", line 312, in is_defined
namespace=self.locals)
File "/usr/local/Cellar/anaconda3/lib/python3.6/site-packages/spyder/utils/dochelpers.py", line 315, in isdefined
attr_not_found = not hasattr(eval(base, namespace), attr)
File "", line 1, in
AttributeError: module 'sympy.integrals.integrals' has no attribute 'integrals'
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: