Restore from autosave
See original GitHub issueDescription
What steps will reproduce the problem?
whenever i open spyder a pop up is appearing before start and it says restore from autosave
Versions
- Spyder version: 4.1.5
- Python version: 3.7.3
- Qt version: 5.9.6
- PyQt5 version: 5.9.2
- Operating System: Windows 10
Dependencies
# Mandatory:
atomicwrites >=1.2.0 : 1.4.0 (OK)
chardet >=2.0.0 : 4.0.0 (OK)
cloudpickle >=0.5.0 : 1.6.0 (OK)
diff_match_patch >=20181111 : 20200713 (OK)
intervaltree : None (OK)
IPython >=4.0 : 7.21.0 (OK)
jedi =0.17.1 : 0.17.1 (OK)
nbconvert >=4.0 : 6.0.7 (OK)
numpydoc >=0.6.0 : 1.1.0 (OK)
paramiko >=2.4.0 : 2.7.2 (OK)
parso =0.7.0 : 0.7.0 (OK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=5.3 : 5.8.0 (OK)
pygments >=2.0 : 2.8.1 (OK)
pylint >=1.0 : 2.7.2 (OK)
pyls >=0.34.0;<1.0.0 : 0.34.1 (OK)
qdarkstyle >=2.8 : 2.8.1 (OK)
qtawesome >=0.5.7 : 1.0.2 (OK)
qtconsole >=4.6.0 : 5.0.2 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.4 (OK)
sphinx >=0.6.6 : 3.5.2 (OK)
spyder_kernels >=1.9.4;<1.10.0 : 1.9.4 (OK)
watchdog : None (OK)
zmq >=17 : 20.0.0 (OK)
# Optional:
cython >=0.21 : 0.29.22 (OK)
matplotlib >=2.0.0 : 3.3.4 (OK)
numpy >=1.7 : 1.19.2 (OK)
pandas >=0.13.1 : 1.2.3 (OK)
scipy >=0.17.0 : 1.6.1 (OK)
sympy >=0.7.3 : 1.7.1 (OK)
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How to Restore an Auto-Saved Document in Word
Find AutoRecover Files · 1. Close every window that Microsoft Word has open. · 2. Restart Microsoft Word. · 3. Click the file...
Read more >1643. How can I recover a Word document I was working on ...
Open Word and select File, Options. · In the Options dialog box select Save from the left hand menu. · Note the AutoRecover...
Read more >How to recover unsaved Word documents - Microsoft Learn
Searching for AutoRecover files · Open Word, and then go to File > Open > Browse. · In the files of type list...
Read more >How to Recover Unsaved/Deleted Word Document in 2022?
You can recover unsaved files through Temporary Files, AutoRecover Files, Document Recovery, Recycle Bin, and Data Recovery solutions.
Read more >How to recover unsaved Excel file or restore its previous version
Make sure that both Save AutoRecover information every X minutes and Keep the last autosaved version if I close without saving are checked....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you so much for your quick replies, I found a folder called autosave in that directory. By deleting .py files in that folder, the issue is resolved.
On Thu, Mar 25, 2021, 9:58 PM Carlos Cordoba @.***> wrote:
I think this is a problem with your computer because we don’t constrain the size of that dialog. So the only solution we can give you is to find a directory called
.spyder-py3
under your Users home directory (C:\Users\<your user name>
) and remove it.That will wipe out your Spyder settings but at the same time avoid the appearance of that dialog.