Dependency not installed when installing namespace package #3379
-
I have a namespace package, which upon installation, needs to have the top level Here is the required structure:
The namespace package Both packages are available on
But the dependency is not installed. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi @penguinpee, thank you very much for bringing this issue up. I am a bit confused, maybe I am not understanding what is going on exactly, you would mind providing a bit more details regarding the following doubt?
Please note that if you have a Note: I had a look on your |
Beta Was this translation helpful? Give feedback.
-
Thank you for spotting the typo @abravalheri 👏 Strange that I refer to the package The required |
Beta Was this translation helpful? Give feedback.
Hi @penguinpee, thank you very much for bringing this issue up.
I am a bit confused, maybe I am not understanding what is going on exactly, you would mind providing a bit more details regarding the following doubt?
Normally when we refer to namespaces in Python we are talking about directories without a
__init__.py
. Or would it be the case that you are referring to "legacy namespaces" created withpkg_resources
orpkginfo
?Please note that if you have a
__init__.py
file and don't use eitherpkg_resources
orpkginfo
to declare namespaces, there is a chance that your packages get overwritten…