-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error After Installing CKAN Private Datasets Plugin #62
Comments
This error arises when CKAN cannot find the package in the installed dependencies. Have you installed the extension in the CKAN virtual environment? Attach the output generated by the |
Dear @aarranz, Thanks for your quick response on this. Yes, I have installed the CKAN package on virtual env. Here is the output of pip list command. DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning. |
You are right. I disregard the CKAN version you are using. I believe the extension is no compatible with CKAN 2.9 as some changes are required. |
Hi Team,
I have install CKAN Private Datasets plugin by following link below and got this error.
https://extensions.ckan.org/extension/privatedatasets/
Version : 2.9.3
Error :
rr.log
load_environment(conf)
File "/usr/lib/ckan/default/src/ckan/ckan/config/environment.py", line 123, in load_environment
p.load_all()
File "/usr/lib/ckan/default/src/ckan/ckan/plugins/core.py", line 165, in load_all
load(*plugins)
File "/usr/lib/ckan/default/src/ckan/ckan/plugins/core.py", line 179, in load
service = _get_service(plugin)
File "/usr/lib/ckan/default/src/ckan/ckan/plugins/core.py", line 282, in _get_service
raise PluginNotFoundException(plugin_name)
ckan.plugins.core.PluginNotFoundException: privatedatasets
The text was updated successfully, but these errors were encountered: