Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something error #19

Open
1ofvc opened this issue Mar 21, 2024 · 1 comment
Open

something error #19

1ofvc opened this issue Mar 21, 2024 · 1 comment
Assignees

Comments

@1ofvc
Copy link

1ofvc commented Mar 21, 2024

Traceback (most recent call last):
File "D:\work\capride-learning\liberate\test.py", line 1, in
from src.liberate import fhe
File "D:\work\capride-learning\liberate\src\liberate_init_.py", line 1, in
from . import csprng, fhe, utils
File "D:\work\capride-learning\liberate\src\liberate\csprng_init_.py", line 1, in
from .csprng import Csprng
File "D:\work\capride-learning\liberate\src\liberate\csprng\csprng.py", line 7, in
from . import (
ImportError: cannot import name 'chacha20_cuda' from partially initialized module 'src.liberate.csprng' (most likely due to a circular import) (D:\work\capride-learning\liberate\src\liberate\csprng_init_.py)

@hanyul-ryu hanyul-ryu self-assigned this Apr 1, 2024
@hanyul-ryu
Copy link
Collaborator

sorry for late reply.

First of all, your symptom is generally a problem that occurs when the cuda file is not built properly.

I might be able to help you a little more if you tell me what version of python you are using and what version of cuda you have installed.

And I hope this documentation helps you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants