Unable to import crl with python 3.8.1 - 64bit #1979
Replies: 4 comments 1 reply
-
.NET Runtime: 6.0.402 |
Beta Was this translation helpful? Give feedback.
-
Maybe some issues with my current laptop, i will try the same setup with other laptop to check the difference.. |
Beta Was this translation helpful? Give feedback.
-
still have this issue...after install all these .net program...crazy.. |
Beta Was this translation helpful? Give feedback.
-
in python 3.8.10 |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions