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

Namespace packages don't work #32

Closed
dschep opened this issue Jun 8, 2017 · 2 comments
Closed

Namespace packages don't work #32

dschep opened this issue Jun 8, 2017 · 2 comments
Labels

Comments

@dschep
Copy link
Collaborator

dschep commented Jun 8, 2017

pip install --target which this plugin uses has issues with namespace packages as @marcoromelli observed in #3.

@dschep
Copy link
Collaborator Author

dschep commented Jun 8, 2017

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 unzip_requirements.txt)

@dschep dschep added the bug label Jan 2, 2018
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
@pgrzesik
Copy link
Collaborator

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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants