-
Notifications
You must be signed in to change notification settings - Fork 20
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
Module doesn't exist #10
Comments
TLDR: execute compile.py in the source code before pip installing pqcrypto. The instructions as is are incomplete. I don't really have anything to do with this repository, but I found a main statement in compile.py of this source code that would build/compile the project, but that isn't seem to be invoked in the poetry build process nor specified in procedure outlined on the project's main page. It might look something like the following given the build code's current state:
|
Even after following your steps it doesn't work. Same error still. Can you help me please? _kem directory is now not empty but still cannot reference it in python script. |
I tried and succeeded thanks |
@Erebus9456 |
Hi everyone, maintainer here. I believe this cluster of issues is due to a regression in Poetry, it no longer seems to respect |
@kpdemetriou |
help me |
@Duongguyen |
I Pip installed the package, imported like what's showing for the examples, tried to run and I get the following error.
Anything in the
_kem
directory is not there. It's empty. (Except for the very empty .gitkeep file)The text was updated successfully, but these errors were encountered: