microsoft / Graphormer

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

Errors when using algos.pyx in my own python file #149

Open starry-y opened 1 year ago

starry-y commented 1 year ago

I want to use algos.pyx in my own file, but it can not be imported in that it can not be found. My own file can not recognize this pyx file. Is it not able to use in other files? Or could you tell me how to make it ? Thanks a lot!