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
Tried the other applicable steps from the Troubleshooting Guide
Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
Mgiht not be a bug but certainly an issue for me. I tried upgrade conda and Spyder (to 3.3.6), and the issue persists. I attached the sample code that combined with steps mentioned below should reproduce the same issue (on Windows), which is that the Spyder slows down and freeze. Somehow I have to rename it to sample.log, but it is really a .py file.
Create a new folder in the empty project (E:/test/temp)
Create an empty file in the folder (say, E:/test/temp/tmp)
Make sure you have double-clicked and opened the folder, and then closed it
Copy sample.py to the root of the project (E:/test)
Run sample.py from within Spyder
Note that step 4 is somewhat important. If you have never opened the folder, Spyder might not freeze. If the folder is open while runing sample.py, then it should freeze. But even if you closed it after opening, it should still freeze. I think step 4 somehow results in Spyder starting to track files in the folder and then becomes slow when you add a lot of files into it. I wasn't able to confirms this thought (or find a way to instruct Spyder to do differently)
What is the expected output? What do you see instead?
The actual workload shoud take very short time (which can be confimed by runing it through "python sample.py" in conda prompt), but Spyder freezes instead (sometime it recovers after a few minutes, but the task really just take about ten seconds).
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE
Versions
Spyder version: 3.3.6
Python version: 3.7
Qt version:
PyQt version:
Operating System name/version: Windows 7 Professional (service pack 1)
I wasn't able to attach the sample.py file so I renamed it to sample.log. Alternatively, I pasted the code of sample.py here: (the indentation seems to fail tho)
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Mgiht not be a bug but certainly an issue for me. I tried upgrade conda and Spyder (to 3.3.6), and the issue persists. I attached the sample code that combined with steps mentioned below should reproduce the same issue (on Windows), which is that the Spyder slows down and freeze. Somehow I have to rename it to sample.log, but it is really a .py file.
sample.log
What steps reproduce the problem?
Note that step 4 is somewhat important. If you have never opened the folder, Spyder might not freeze. If the folder is open while runing sample.py, then it should freeze. But even if you closed it after opening, it should still freeze. I think step 4 somehow results in Spyder starting to track files in the folder and then becomes slow when you add a lot of files into it. I wasn't able to confirms this thought (or find a way to instruct Spyder to do differently)
What is the expected output? What do you see instead?
The actual workload shoud take very short time (which can be confimed by runing it through "python sample.py" in conda prompt), but Spyder freezes instead (sometime it recovers after a few minutes, but the task really just take about ten seconds).
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: