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
Traceback (most recent call last):
File "d:\code\lightbox_SMU\Lightbox_oct_13.py", line 3, in
import clr
File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\site-packages\clr.py", line 6, in
load()
File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\site-packages\pythonnet_init_.py", line 143, in load
if func(b"") != 0:
File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\site-packages\clr_loader\types.py", line 64, in call
return self._callable(ffi.cast("void*", buf_arr), len(buf_arr))
RuntimeError: cannot call null pointer pointer from cdata 'int(*)(void *, int)'
Describe what you were trying to get done.
clr can't support Python 3.8 64bit?
I had tried times still can't work, how can i address this issue。。
According to #1617
I changed Python version from Python 3.10 to Python 3.8, Still not work.
The text was updated successfully, but these errors were encountered:
Environment
Details
import clr
Traceback (most recent call last):
File "d:\code\lightbox_SMU\Lightbox_oct_13.py", line 3, in
import clr
File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\site-packages\clr.py", line 6, in
load()
File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\site-packages\pythonnet_init_.py", line 143, in load
if func(b"") != 0:
File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\site-packages\clr_loader\types.py", line 64, in call
return self._callable(ffi.cast("void*", buf_arr), len(buf_arr))
RuntimeError: cannot call null pointer pointer from cdata 'int(*)(void *, int)'
clr can't support Python 3.8 64bit?
I had tried times still can't work, how can i address this issue。。
According to #1617
I changed Python version from Python 3.10 to Python 3.8, Still not work.
The text was updated successfully, but these errors were encountered: