-
Notifications
You must be signed in to change notification settings - Fork 14
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
DeprecationWarning about pkg_resources.declare_namespace #76
Comments
(Edit to fix the link to PEP420) |
Messing with this stuff feels like computer-aided Jenga, I hope it works 🙏 |
Yeah, it's broken... Should have tested it properly, as installation is broken now. |
The GIF couldn't be truer. It seems this is broken because i.e. eynollah (and probably other packages) uses the old style namespace. |
Thinking about just ditching the qurator namespace and using "dinglehopper". |
Reinstalling it makes it broken again... |
#77 has more info of why I didn't notice further breakage. I'm done for the week and going to fix this on Monday. |
It was not the reinstalling, but installing without |
Should be fixed with f668963 |
dinglehopper/qurator/__init__.py
Line 1 in bd32433
I'm getting
for these, consider switching to using implicit PEP420 namespaces?
The text was updated successfully, but these errors were encountered: