-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ImportError: libodbc.so.2: cannot open shared object file: No such file or directory #2
Comments
I install pyodbc=4.0.34 and found that the question was solved , but still found another question that how to set DSN for pyodbc |
Sorry for the late response. Have you tried to install packages according to requirements.txt? |
因为项目维护人员都已经从NJU毕业了,没法帮你直接复现,我凭记忆说一下:
|
好的,我一开始使用https://github.com/dki-lab/Freebase-Setup?tab=readme-ov-file中提供的OneDrive链接下载virtuoso.db后出现以上subgraph_extraction为空的情况,后续换用freebase-rdf-latest.gz后使用Freebase-setup连接出现there is a wrong that The VDBMS server process terminated prematurely after opening the database.以下是virtuoso.log的报错信息 |
没遇到过,你freebase是怎么导入virtuoso的? |
我是按照https://github.com/dki-lab/Freebase-Setup 中将freebase-rdf-latest放在virtuoso_db文件夹中,然后运行 |
freebase官网提供的dump是个特定格式的文本文件,不是数据库文件 |
https://developers.google.com/freebase 试试这里的官方数据,按照virtuoso的正常导入方法,建立一个完整的数据库 你可以试一下在virtuoso后台的isql或者web端的sparql接口手动输入subgraph extraction中出现的查询,验证是否数据库内容本身有问题 |
Running atomic_pattern_retrieval/biencoder/biencoder_inference.py
import pyodbc
ImportError: libodbc.so.2: cannot open shared object file: No such file or directory
I already install unixodbc and still found this wrong , have you ever met the problem?
The text was updated successfully, but these errors were encountered: