oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.21k stars 104 forks source link

AttributeError: module 'ctypes' has no attribute 'c_long' #175

Closed oroppas closed 3 years ago

oroppas commented 3 years ago
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/ryuta/.local/lib/python3.8/site-packages/numpy-1.19.4-py3.8-linux-x86_64.egg/numpy/ctypeslib.py", line 86, in <module '/home/ryuta/.local/lib/python3.8/site-packages/numpy-1.19.4-py3.8-linux-x86_64.egg/numpy/ctypeslib.py'>
    c_intp = nic._getintp_ctype()
  File "/home/ryuta/.local/lib/python3.8/site-packages/numpy-1.19.4-py3.8-linux-x86_64.egg/numpy/core/_internal.py", line 228, in _getintp_ctype
    val = ctypes.c_long
AttributeError: module 'ctypes' has no attribute 'c_long'
msimacek commented 3 years ago

Added in b8a3160231a0aaba800a6bafd5d15e95fe922752