-
Notifications
You must be signed in to change notification settings - Fork 1
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
Installation via pip not working? #1
Comments
This seems to help: diff --git a/setup.cfg b/setup.cfg
index f31f393..596cfd2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,6 +15,7 @@ classifiers =
Operating System :: POSIX :: Linux
[options]
+py_modules = pyseccomp
packages = find:
python_requires = >=3.6
|
Yes, some research seems to indicate that will work. I'll do some testing and release a fix together with #2. |
cptpcrd
added a commit
that referenced
this issue
Jan 2, 2021
Surprisingly. "packages = find:" doesn't find standalone modules. Those need to be listed manually. Fixes #1.
Thanks! Although it may be that I can't use this after all, it seems that Amazon Lambda doesn't support seccomp :-( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that
pip install
doesn't actually install any.py
files, only thedist-info
:The text was updated successfully, but these errors were encountered: