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
This happens because some filesystems don't support the option to sync directories (e.g. network file systems), as described in issue untitaker/python-atomicwrites#17
@andfoy, please take care of this one. We basically need to catch the error thrown by atomicwrites and perform a regular write instead. Code to catch that error is shown in PR untitaker/python-atomicwrites#28
@matthew-shin, until this problem is fixed I'm afraid you'll have to keep using Spyder 3.3.6.
ccordoba12
changed the title
Saving issue in spyder 4.0.0b5
OSError when saving files on Linux
Sep 16, 2019
Problem Description
Attempting to save a .py script in spyder4 beta5 leads to error.
Save Error
Unable to save file 'test_save.py'
Error message:
[Errno 22] Invalid argument
Apologies if simple issue.
What steps reproduce the problem?
What is the expected output? What do you see instead?
Expect to save script without problem.
Instead, see error box as above, resulting in no save.
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
cloudpickle >=0.5.0 : 1.2.1 (OK)
pygments >=2.0 : 2.4.2 (OK)
qtconsole >=4.5.5 : 4.5.5 (OK)
nbconvert >=4.0 : 5.5.0 (OK)
sphinx >=0.6.6 : 2.1.2 (OK)
pylint >=0.25 : 2.3.1 (OK)
psutil >=0.3 : 5.6.3 (OK)
qtawesome >=0.5.7 : 0.5.7 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
zmq >=17 : 18.1.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
numpydoc >=0.6.0 : 0.9.1 (OK)
spyder_kernels >=1.5.0;<2.0.0: 1.5.0 (OK)
qdarkstyle >=2.7 : 2.7 (OK)
atomicwrites >=1.2.0 : 1.3.0 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
watchdog : None (OK)
keyring : None (OK)
pexpect >=4.4.0 : 4.7.0 (OK)
pympler : None (OK)
sympy >=0.7.3 : None (NOK)
cython >=0.21 : None (NOK)
IPython >=4.0 : 7.7.0 (OK)
matplotlib >=2.0.0 : 3.1.0 (OK)
pandas >=0.13.1 : 0.25.0 (OK)
numpy >=1.7 : 1.16.4 (OK)
scipy >=0.17.0 : 1.3.1 (OK)
pyls >=0.28.2;<0.29.0 : 0.28.3 (OK)
xdg >=0.26 : 0.26 (OK)
rtree >=0.8.3 : 0.8.3 (OK)
The text was updated successfully, but these errors were encountered: