ckan / ckanext-spatial

Geospatial extension for CKAN
http://docs.ckan.org/projects/ckanext-spatial
126 stars 193 forks source link

Remove ckanext.spatial from namespace_packages in setup #197

Closed rossjones closed 6 years ago

rossjones commented 6 years ago

When trying to pip install a checkout of ckanext-spatial, any further attempt to interact with the virtualenv (python or pip) breaks with a KeyError: 'ckanext'.

This appears to be documented at: https://github.com/ckan/ckanext-pdfview/issues/17 and https://github.com/ckan/ckanext-geoview/issues/39

rossjones commented 6 years ago

The failed tests here seem unrelated, they're broken generally as they use the rest API (now removed in master/2.8) and it has problems with pg versions in the other tests. I'm taking a look at these in another PR.