HKUDS / GraphGPT

[SIGIR'2024] "GraphGPT: Graph Instruction Tuning for Large Language Models"
https://arxiv.org/abs/2310.13023
Apache License 2.0
493 stars 36 forks source link

ERROR: Could not build wheels for mpi4py, Pillow, which is required to install pyproject.toml-based projects #59

Open HelloWorld4747 opened 3 months ago

HelloWorld4747 commented 3 months ago

I kept meeting this error message below in the environment installation step and i had also tried all the methods i found online.
The Error Message is:

ERROR: Could not build wheels for mpi4py, Pillow, which is required to install pyproject.toml-based projects

Could any of you know how to solve this issue? Thanks in advance!

yuh-yang commented 3 months ago

Hi,

Could you try deleting where these two packages are imported in the codes, and thus try to run without them installed? I think our codes can actually get rid of these two.