microsoft / Graphormer

Graphormer is a general-purpose deep learning backbone for molecular modeling.
MIT License
2.08k stars 334 forks source link

ImportError: No module named setuptools #125

Open Austinzhenghua opened 2 years ago

Austinzhenghua commented 2 years ago

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!

zhengsx commented 2 years ago

Try sudo apt-get install python3-setuptools.

Austinzhenghua commented 2 years ago

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>

zhengsx commented 2 years ago

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.

Austinzhenghua commented 2 years ago

Thank you so much!