-
Notifications
You must be signed in to change notification settings - Fork 60
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
Comments
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:
although I'm using Docker, But it would be same if you use outside Docker Environment. |
pip install -r dev-requirements.txt instead pip install -r pip-requirements.txt |
Has anyone got a solution for ckan.plugins.core.PluginNotFoundException: issues? |
I believe the specific error pointed by @tanakija happened because it is not |
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?
The text was updated successfully, but these errors were encountered: