question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OSError: [Errno 28] No space left on device

See original GitHub issue

Description

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:closed
  • Created 5 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

12reactions
ccordoba12commented, Apr 5, 2018

OSError: [Errno 28] No space left on device

The error is clear: you’re out of hard disk or quota space.

0reactions
andersonwinklercommented, Jun 4, 2018

Righto. Will do, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ask Question - Stack Overflow
The ENOSPC ("No space left on device") error will be triggered in any situation in which the data or the metadata associated with...
Read more >
Errno 28 No space left on device even though there is space
The issue isn't whether there is space somewhere on your machine but whether there is space in the specific location where you are...
Read more >
"OSError: [Errno 28] No space left on device" when uploading
If the sequence you're trying to upload is bigger than the current size given to /tmp, then you'll get this error. The easiest...
Read more >
OSError: [Errno 28] No space left on device - Kaggle
while trying to use multiple core options using sklearn n_jobs argument. Is there something that I might be doing wrong?
Read more >
OSError: [Errno 28] No space left on device - Odoo
Your server running out of disk storage. please remove temporary/unused files or increase storage capacity of the server. Comment Share. 1Comment.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found