Segmentation fault with Numpy 1.17.0
See original GitHub issueSame problem as https://github.com/ejeschke/ginga/pull/764#issuecomment-523639951 but it appears to be a problem with master
and not the pull request itself.
A run with gdb
wasn’t too helpful either.
(gdb) where
Python Exception <class 'gdb.MemoryError'> Cannot access memory at address ...:
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Incompatibility with numpy 1.17 · Issue #70 · lmcinnes ... - GitHub
which now results in a segfault. zsh: segmentation fault (core dumped) python -c 'import pynndescent'. The full environment ends up being.
Read more >NumPy 1.8.1 Release Notes — NumPy v1.25.dev0 Manual
gh-4093: Loading compressed .npz file fails under Python 2.6.6. gh-4138: segfault with non-native endian memoryview in python 3.4.
Read more >Why numpy gave "segmentation fault" upon import and pydoc?
I suggest you try setting up a python virtual environment using virtualenv and the install numpy in the environment and see if the...
Read more >Error Message "Please upgrade numpy to >= xxx to use this ...
Dependency conflicts occur when other packages are installed. There are special requirements on the NumPy library. However, NumPy cannot be uninstalled.
Read more >Segmentation fault - PyTorch Forums
Every time at 95-99% of first epoch, the system crashed with little information (Segmentation fault). I am sure the GPU and CPU memory...
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 Free
Top 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
I think it will be fine to keep the casting. It won’t hurt in case that changes in the future sometime (again).
No failures for the existing tests with Numpy 1.17.0.