oracle / graalpython

GraalPy – A high-performance embeddable Python 3 runtime for Java
https://www.graalvm.org/python/
Other
1.25k stars 111 forks source link

How to install torch using graalvm24.1.1 in wsl2 ubuntu #452

Closed yan-zhi-cheng closed 1 week ago

yan-zhi-cheng commented 1 week ago

I tried many times but kept getting errors, is there a successful demo or Linux command?

msimacek commented 1 week ago

Hi @yan-zhi-cheng, there shouldn't be anything special, except you need to install some development dependencies in your system. We have some scripts for building wheels in https://github.com/oracle/graalpython/blob/master/scripts/wheelbuilder/README.md.

yan-zhi-cheng commented 1 week ago

@msimacek

image

Thank you for your reply. I have now executed the task you mentioned. How long will it take? I chose to build all packages by default.

yan-zhi-cheng commented 1 week ago

Thanks again, the execution has been completed. Next, I will test it.