ModuleNotFoundError: No module named 'kat_rational.rational_cuda_a_1dgroup'
Closed this issue · 4 comments
csguoh commented
Hi, authors.
Thanks for sharing this awesome work. When I install the kat_rational
under the instruction of README.md, I meet some error with the code from kat_rational import KAT_Group
:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/rational_kat_cu/kat_rational/__init__.py", line 1, in <module>
from .kat_1dgroup import rational_1dgroup, KAT_Group
File "/home/rational_kat_cu/kat_rational/kat_1dgroup.py", line 6, in <module>
from .rational_cuda_a_1dgroup import Rational_CUDA_A_1DGroup
ModuleNotFoundError: No module named 'kat_rational.rational_cuda_a_1dgroup'
Could you help solve this problem? Are there some CUDA version requirements for the kat_rational
?
Adamdad commented
Sorry for the mistake, just fix this. Can git clone again and try
Adamdad commented
can git clone https://github.com/Adamdad/rational_kat_cu again and pip install -e .
Adamdad commented
Has it been solved?
csguoh commented
Thanks for your help. This problem has been successfully fixed :)