-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Namespace packages fail when namespace is installed #5
Comments
The same issue exists if the system packages were installed as eggs (via pip or easy_install). |
Here's more information about what's affected by the -nspkg.pth file:
Namely, if the -nspkg.pth file is removed, the NamespaceLoader takes over and the |
This issue may be addressed by the fix for pypa/setuptools#805. |
Using late versions of setuptools, the issue no longer exists:
|
Distinct from #1, where the namespace package isn't recognized at all, there's another issue that affects all versions of Python.
The problem is that the -nspkg.pth handler is interfering with the PEP-420 loader. Remove it and both packages import nicely.
The text was updated successfully, but these errors were encountered: