Open jcalbert opened 7 years ago
How did you install those plugins?
The general context is an old and ugly anaconda environment. At some point in antiquity:
conda install line_profiler
conda install memory_profiler
More recently:
conda install spyder
led to repeated crash-on-launch.
Then
conda upgrade qtpy
conda upgrade pyqt
got Spyder booting again, and it raised window asking to submit the above bug report. I haven't tried using those two plugins since updating spyder to 3.2.
Please remove this file
spyder_line_profiler-0.1.1-py2.7.egg-info
That should fix this error.
Description
What steps will reproduce the problem?
Occurred after updating Spyder, pyqt, qtpy via Conda.
What is the expected output? What do you see instead?
Please provide any additional information below
File "\~/anaconda2/lib/python2.7/site-packages/spyder/otherplugins.py", line 79, in _import_plugin module = _import_module_from_path(module_name, plugin_path) File "\~/anaconda2/lib/python2.7/site-packages/spyder/otherplugins.py", line 101, in _import_module_from_path info = imp.find_module(module_name, [plugin_path]) ImportError: No module named spyder_memory_profiler-0.1.0.dist-info ERROR: 3rd party plugin import failed for
spyder_line_profiler-0.1.1-py2.7.egg-info
Traceback (most recent call last): File "\~/anaconda2/lib/python2.7/site-packages/spyder/otherplugins.py", line 79, in _import_plugin module = _import_module_from_path(module_name, plugin_path) File "\~/anaconda2/lib/python2.7/site-packages/spyder/otherplugins.py", line 101, in _import_module_from_path info = imp.find_module(module_name, [plugin_path]) ImportError: No module named spyder_line_profiler-0.1.1-py2.7.egg-infoVersion and main components
Dependencies