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
What is the expected output? What do you see instead?
Please provide any additional information below
File "C:\Users\Lizzy\Anaconda3\lib\site-packages\spyder_profiler\widgets\profilergui.py", line 264, in
self.finished(ec, es))
File "C:\Users\Lizzy\Anaconda3\lib\site-packages\spyder_profiler\widgets\profilergui.py", line 329, in finished
self.show_data(justanalyzed=True)
File "C:\Users\Lizzy\Anaconda3\lib\site-packages\spyder_profiler\widgets\profilergui.py", line 350, in show_data
self.datatree.load_data(self.DATAPATH)
File "C:\Users\Lizzy\Anaconda3\lib\site-packages\spyder_profiler\widgets\profilergui.py", line 462, in load_data
stats_indi = [pstats.Stats(profdatafile),]
File "C:\Users\Lizzy\Anaconda3\lib\pstats.py", line 72, in init
self.init(arg)
File "C:\Users\Lizzy\Anaconda3\lib\pstats.py", line 86, in init
self.load_stats(arg)
File "C:\Users\Lizzy\Anaconda3\lib\pstats.py", line 99, in load_stats
with open(arg, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Lizzy\.spyder-py3\profiler.results'
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "C:\Users\Lizzy\Anaconda3\lib\site-packages\spyder_profiler\widgets\profilergui.py", line 264, in
self.finished(ec, es))
File "C:\Users\Lizzy\Anaconda3\lib\site-packages\spyder_profiler\widgets\profilergui.py", line 329, in finished
self.show_data(justanalyzed=True)
File "C:\Users\Lizzy\Anaconda3\lib\site-packages\spyder_profiler\widgets\profilergui.py", line 350, in show_data
self.datatree.load_data(self.DATAPATH)
File "C:\Users\Lizzy\Anaconda3\lib\site-packages\spyder_profiler\widgets\profilergui.py", line 462, in load_data
stats_indi = [pstats.Stats(profdatafile),]
File "C:\Users\Lizzy\Anaconda3\lib\pstats.py", line 72, in init
self.init(arg)
File "C:\Users\Lizzy\Anaconda3\lib\pstats.py", line 86, in init
self.load_stats(arg)
File "C:\Users\Lizzy\Anaconda3\lib\pstats.py", line 99, in load_stats
with open(arg, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Lizzy\.spyder-py3\profiler.results'
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: