microsoft / Graphormer

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

error: command ':/usr/local/cuda/bin/nvcc' failed: No such file or directory #124

Open Austinzhenghua opened 2 years ago

Austinzhenghua commented 2 years ago

Hi,there,

I have a problem when I run python setup.py build_ext --inplace there are a lot of warning informatoin image image image image can you please give me some advise waht is wrong with my enviroment? I according to the Installation Guide step by step.

Thank you!

JiaYuanChng commented 2 years ago

Zhenghua - did you have a cuda module (>=11.1) loaded?

Austinzhenghua commented 2 years ago

yes, I have cuda 11.1 image

Austinzhenghua commented 2 years ago

But it seems python setup.py build_ext --inplace the setup.py can not find my cuda. do you think is their any problem with my bashrc? image thank you so much!