Replies: 1 comment 2 replies
-
|
did the |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I encountered some issues while installing the Python version of TIGRE and am writing to seek your advice.
After I executed pip install . to install TIGRE, I tried to import the tigre package and run the demo code, but encountered the following
error:
Traceback (most recent call last):
File "D:\anconda3envs\cbct_tigre\Lib\site-packages\tigre\utilities\Ax.py", line 4, in
from _Ax import _Ax_ext
ImportError: DLL load failed while importing _Ax: The specified module could not be found.
My environment details are as follows:
Operating system: Windows 11
CUDA version: 11.1
MSVC version: 19.29
Python version: 3.10
Beta Was this translation helpful? Give feedback.
All reactions