ERROR: test_big_arrays (test_io.TestSavezLoad) on OS X + Python 3.3
See original GitHub issueReported by Piet van Oostrum on the mailing list against 1.8.0rc1 on OS X with Python 3.3:
======================================================================
ERROR: test_big_arrays (test_io.TestSavezLoad)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/testing/decorators.py", line 146, in skipper_func
return f(*args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/lib/tests/test_io.py", line 149, in test_big_arrays
np.savez(tmp, a=a)
File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/lib/npyio.py", line 530, in savez
_savez(file, args, kwds, False)
File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/lib/npyio.py", line 589, in _savez
format.write_array(fid, np.asanyarray(val))
File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/lib/format.py", line 417, in write_array
fp.write(array.tostring('C'))
OSError: [Errno 22] Invalid argument
Issue Analytics
- State:
- Created 10 years ago
- Comments:29 (22 by maintainers)
Top Results From Across the Web
Python Release Python 3.3.4
Python 3.3.4. Release Date: Feb. 9, 2014. fixes several security and a lot of overall bug fixes found in Python 3.3.3.
Read more >Python 3 segmentation fault on OS X Mavericks - Stack Overflow
I have been experiencing segmentation faults when using Python 3 on OS X Mavericks. Any suggestions on how to resolve this? I have...
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
Hi all,
Could you try this issue with the last version of Python 3.6, 3.7 and 3.8a because I think to have fixed the issue on OSX with this PR (https://github.com/python/cpython/pull/1705).
I have an other PR for 2.7, but this one is not yet ready 😕
Thank you for your feedback.
Looks like this isn’t going to get fixed upstream anytime soon. Anyone know the latest status?