ImportError: No module named setuptools
Hi, dear authors,
When I run
python setup.py build_ext --inplace
The error information is ImportError: No module named setuptools
can you pls tell me why this error happened?
Thank you very much!
Try sudo apt-get install python3-setuptools.
have tried but no use.
| 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.![]()
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.
Thank you so much!