ckan / ckanext-geoview

CKAN Geospatial ResourceView
MIT License
43 stars 58 forks source link

Geoview throws error everytime on CKAN 2.9 #83

Open tanakija opened 3 years ago

tanakija commented 3 years ago

Hi I've followed the instructions exactly for installing this plugin on CKAN 2.9 but I always get the error raise PluginNotFoundException(plugin_name) ckan.plugins.core.PluginNotFoundException: geoview., It there an issue with version CKAn 2.9 or is there something else I should be doing?

ghost commented 2 years ago

I have been came up with the same problem, and I fixed it by following steps of this link: Installing CKAN with Docker Compose: Add extensions

by build it from source, more specific:

# Option 1: From source
git clone https://github.com/ckan/ckanext-geoview.git
cd ckanext-geoview
pip install -r pip-requirements.txt
python setup.py install
python setup.py develop
cd ..

although I'm using Docker, But it would be same if you use outside Docker Environment.

piersoft commented 10 months ago

pip install -r dev-requirements.txt instead pip install -r pip-requirements.txt

virgiawankusuma commented 8 months ago

Has anyone got a solution for ckan.plugins.core.PluginNotFoundException: issues?

giorBol commented 1 month ago

I believe the specific error pointed by @tanakija happened because it is not geoview but geo_view Meaning that when you specify the plugin in the configuration, you do it like so: ckan.plugins = ... geo_view