OSError: [Errno 28] No space left on device
See original GitHub issueDescription
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File “/anaconda3/lib/python3.6/site-packages/spyder/plugins/ipythonconsole.py”, line 944, in set_working_directory refresh_console=False) File “/anaconda3/lib/python3.6/site-packages/spyder/plugins/workingdirectory.py”, line 296, in chdir self.refresh_plugin() File “/anaconda3/lib/python3.6/site-packages/spyder/plugins/workingdirectory.py”, line 204, in refresh_plugin self.save_wdhistory() File “/anaconda3/lib/python3.6/site-packages/spyder/plugins/workingdirectory.py”, line 234, in save_wdhistory encoding.writelines(text, self.LOG_PATH) File “/anaconda3/lib/python3.6/site-packages/spyder/utils/encoding.py”, line 236, in writelines return write(os.linesep.join(lines), filename, encoding, mode) File “/anaconda3/lib/python3.6/site-packages/spyder/utils/encoding.py”, line 228, in write textfile.write(text) OSError: [Errno 28] No space left on device
Version and main components
- Spyder Version: 3.2.6
- Python Version: 3.6.3
- Qt Versions: 5.6.2, PyQt5 5.6 on Darwin
Dependencies
pyflakes >=0.6.0 : 1.6.0 (OK)
pycodestyle >=2.3: 2.3.1 (OK)
pygments >=2.0 : 2.2.0 (OK)
pandas >=0.13.1 : 0.22.0 (OK)
numpy >=1.7 : 1.12.1 (OK)
sphinx >=0.6.6 : 1.6.6 (OK)
rope >=0.9.4 : 0.10.7 (OK)
jedi >=0.9.0 : 0.11.1 (OK)
psutil >=0.3 : 5.4.3 (OK)
nbconvert >=4.0 : 5.3.1 (OK)
sympy >=0.7.3 : 1.1.1 (OK)
cython >=0.21 : 0.27.3 (OK)
qtconsole >=4.2.0: 4.3.1 (OK)
IPython >=4.0 : 6.2.1 (OK)
pylint >=0.25 : 1.8.2 (OK)
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (8 by maintainers)
Top GitHub Comments
The error is clear: you’re out of hard disk or quota space.
Righto. Will do, thanks!