Unable to import crl with python 3.8.1 - 64bit #1979
Unanswered
Yuangang0101
asked this question in
Q&A
Replies: 4 comments 1 reply
-
.NET Runtime: 6.0.402 |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
0 replies
-
still have this issue...after install all these .net program...crazy.. |
Beta Was this translation helpful? Give feedback.
0 replies
-
in python 3.8.10 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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