Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 CKAN 上安装几个扩展。在我安装 ckanext-sparql 之前,它们似乎都工作得很好。
我已按照其网站上的说明进行操作,如果我让 SPARQL 扩展单独工作,它会很好用,但是当我尝试添加另一个扩展时,它会返回以下错误消息:
ckan.plugins.core.PluginNotFoundException:sparql_interface
我已经在虚拟环境中安装了这些扩展,它们都可以工作,除非我尝试添加 SPARQL。SPARQL 扩展有效,但前提是没有激活其他扩展。
我刚刚解决了这个问题。事实证明,ckanext-sparql 扩展没有正确注册自己。我已将它手动添加到所有其他扩展所在的 easy-install.pth 文件中,现在一切正常。