Skip to content
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

Geoview throws error everytime on CKAN 2.9 #83

Open
tanakija opened this issue Jul 19, 2021 · 4 comments
Open

Geoview throws error everytime on CKAN 2.9 #83

tanakija opened this issue Jul 19, 2021 · 4 comments

Comments

@tanakija
Copy link

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
Copy link

ghost commented Sep 10, 2021

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
Copy link

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

@virgiawankusuma
Copy link

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

@giorBol
Copy link

giorBol commented Jul 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants