wispcarey / AutoKG

Efficient Automated Knowledge Graph Generation for Large Language Models
MIT License
64 stars 6 forks source link

在wsl的ubuntu部署时遇到的问题 #2

Open ju17307851886 opened 1 month ago

ju17307851886 commented 1 month ago

在安装graphlearning库时遇到如图问题,请问如何解决? 1719903237402

XudongLiu commented 1 month ago

sameproblem

wispcarey commented 1 month ago

Below is the response from Professor Calder, the author of the graphlearning package. I tested it on my computer, and it works:

First, ensure your pip is up-to-date:

pip3 install --upgrade pip

Then, you need to install the latest version of graphlearning:

pip install --upgrade graphlearning
ju17307851886 commented 1 month ago

问题解决了,感谢