[BUG] ImportError: DLL load failed while importing pytransform3
#1257
Replies: 7 comments 15 replies
-
Please also install |
Beta Was this translation helpful? Give feedback.
-
@pauloswear
@VeNoMouS sorry, I made a mistake, the package name is |
Beta Was this translation helpful? Give feedback.
-
Download |
Beta Was this translation helpful? Give feedback.
-
It seems that's some incompatibility with 3.10.x or HIGHER versions Works:
Not work: 3.11.x
3.10.x
Can you check? |
Beta Was this translation helpful? Give feedback.
-
I have no win10 and Python 3.10+ doesn't work in win7. Could you check the dependent libraries?
|
Beta Was this translation helpful? Give feedback.
-
@pauloswear I found something different from python3.9, I think it need to rebuild python3.10 and python3.11 to fix this issue. |
Beta Was this translation helpful? Give feedback.
-
@pauloswear I rebuild them and upload to Could you download them and replace the old ones and verify it works or not? |
Beta Was this translation helpful? Give feedback.
-
Platform:
Description:
How to reproduce:
Error:
27592 MainProcess 2023-05-17 16:56:05,891 Traceback (most recent call last): File "C:\Users\Paulo\AppData\Local\Programs\Python\Python310-32\lib\site-packages\pyarmor\cli\__main__.py", line 706, in main main_entry(sys.argv[1:]) File "C:\Users\Paulo\AppData\Local\Programs\Python\Python310-32\lib\site-packages\pyarmor\cli\__main__.py", line 694, in main_entry args.func(ctx, args) File "C:\Users\Paulo\AppData\Local\Programs\Python\Python310-32\lib\site-packages\pyarmor\cli\__main__.py", line 237, in cmd_gen builder.process(options) File "C:\Users\Paulo\AppData\Local\Programs\Python\Python310-32\lib\site-packages\pyarmor\cli\generate.py", line 147, in process Pytransform3.pre_build(self.ctx) File "C:\Users\Paulo\AppData\Local\Programs\Python\Python310-32\lib\site-packages\pyarmor\cli\core\__init__.py", line 79, in pre_build m = Pytransform3.init(ctx) File "C:\Users\Paulo\AppData\Local\Programs\Python\Python310-32\lib\site-packages\pyarmor\cli\core\__init__.py", line 57, in init Pytransform3._pytransform3 = m = _import_pytransform3() File "C:\Users\Paulo\AppData\Local\Programs\Python\Python310-32\lib\site-packages\pyarmor\cli\core\__init__.py", line 34, in _import_pytransform3 return __import__( ImportError: DLL load failed while importing pytransform3: The specified procedure could not be found.
CMD ERROR
Beta Was this translation helpful? Give feedback.
All reactions