Changes between Initial Version and Version 1 of Ticket #62200, comment 2
- Timestamp:
- Aug 7, 2023, 6:38:40 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62200, comment 2
initial v1 1 1 same problem also arises in py38-llvmlite: 2 2 3 {{{ 3 4 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numba/core/config.py", line 16, in <module> 4 5 import llvmlite.binding as ll … … 8 9 _notify_c_hook = _ObjectCacheNotifyFunc( 9 10 MemoryError 10 11 }}}