-
Notifications
You must be signed in to change notification settings - Fork 293
Namespace packages don't work #32
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
Labels
Comments
There are some ideas in pypa/pip#1924 that could help. Would probably need a helper script that has to explicitly be imported however 😢 (similar to |
simenheg
added a commit
to oslokommune/okdata-cli
that referenced
this issue
Dec 4, 2020
Use "pkg_resources style" for the `okdata` namespace package. Modern style implicit namespace packages aren't supported by the Serverless plugin we use for Python packaging yet [1], so we'll use the old `pkg_resources` style for now. [1] serverless/serverless-python-requirements#32
simenheg
added a commit
to oslokommune/okdata-sdk-python
that referenced
this issue
Dec 4, 2020
Use "pkg_resources style" for the `okdata` namespace package. Modern style implicit namespace packages aren't supported by the Serverless plugin we use for Python packaging yet [1], so we'll use the old `pkg_resources` style for now. [1] serverless/serverless-python-requirements#32
simenheg
added a commit
to oslokommune/okdata-aws
that referenced
this issue
Dec 4, 2020
Use "pkg_resources style" for the `okdata` namespace package. Modern style implicit namespace packages aren't supported by the Serverless plugin we use for Python packaging yet [1], so we'll use the old `pkg_resources` style for now. [1] serverless/serverless-python-requirements#32
Hey 👋 I'm closing this ticket as it looks like it's heavily outdated, we can of course reopen it if needed 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pip install --target
which this plugin uses has issues with namespace packages as @marcoromelli observed in #3.The text was updated successfully, but these errors were encountered: