You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found the same thing on Amazon linux. It appears to be related to namespace packages. If I do a pip uninstall ckanext-qa and then remove virtualenv/lib/python2.7/site-packages/ckanext-qa-nspkg.pth I can then run python setup.py develop again.
More importantly I am working from an older version of ckanext-qa and I note that in 37f0290 ckanext.qa is no longer a namespace package and this should resolve the issue.
Got this on another server while installing QA. No idea why this happens or how to debug it :/.
There is an
__init__.py
file with version specified.The text was updated successfully, but these errors were encountered: