Hi Yves, If you say this also happens to other packages like trimesh which is fully CPU-based, then I suspect it's the C++ compiler version. C++11 is way too old for anything. You should try updating the compiler that you are using for the installation of all the packages so it supports newer standards, at least C++17. That is my best guess at this moment.
Thank you, Ruochun On Wednesday, March 20, 2024 at 5:04:16 AM UTC+8 [email protected] wrote: > Hello, > > I would like to know how to run DEM-Engine within a Jupyter notebook. > Indeed, I obtain the following error: > > Compiler options: -diag-suppress=550 -diag-suppress=177 -arch=compute_ > -std=c++11 > Traceback (most recent call last): > File "/home/cloud/PBR_DEME/test.py", line 46, in <module> > S.Instance.Initialize() > RuntimeError: NVRTC error: NVRTC_ERROR_INVALID_OPTION > > I also face this- same issue when using the trimesh python module outside > of Jupyter. However, I would like to know what triggers that error so that > I will hopefully solve both issues. > > Thanks! > -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/9b38e377-35c5-4fc3-a648-bf2b7e127c23n%40googlegroups.com.
