Graphormer icon indicating copy to clipboard operation
Graphormer copied to clipboard

ImportError: No module named setuptools

Open Austinzhenghua opened this issue 2 years ago • 4 comments

Hi, dear authors, When I run python setup.py build_ext --inplace The error information is ImportError: No module named setuptools image can you pls tell me why this error happened?

Thank you very much!

Austinzhenghua avatar Jun 22 '22 09:06 Austinzhenghua

Try sudo apt-get install python3-setuptools.

zhengsx avatar Jun 22 '22 10:06 zhengsx

have tried but no use.


---- Replied Message ----
From Shuxin ***@***.***>
Date 06/22/2022 18:34
To
Cc
Subject Re: [microsoft/Graphormer] ImportError: No module named setuptools (Issue #125)

Try sudo apt-get install python3-setuptools.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: <microsoft/Graphormer/issues/125/1162932090@github.com>

Austinzhenghua avatar Jun 22 '22 10:06 Austinzhenghua

Then I guess it's not the issue from Graphormer but your python program can not found where you install setup-tools. Maybe you can raise an issue here to find some help.

zhengsx avatar Jun 22 '22 11:06 zhengsx

Thank you so much!

Austinzhenghua avatar Jun 23 '22 11:06 Austinzhenghua