Ran jetson-containers run $(autotag cudf) …no issues during installation.
Got into python:
import cudf …got below error:
After error, it kick me out of python.
Any suggestion or idea on what is going on here ?
root@ubuntu:/# python Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux Type “help”, “copyright”, “credits” or “license” for more information. >>> import cudf
/usr/local/lib/python3.10/dist-packages/cudf/utils/_ptxcompiler.py:61: UserWarning: Error getting driver and runtime versions:
Usually, you will need to use the container built with the same BSP.
r36.2.0 is included in the JetPack 6 DP but your environment is JetPack 6.1.
Could you try to align the environment and try it again?
I have flashed again but with JP 6.0 instead 6.1 and it worked. Quick question, when I was on JP 6.1 and ran nvidia-smi…I could be able to see a Driver Version…now with JP 6.0 only shows N/A…is it normal ? if yes, is there a line command I can use to “see” the actual drive version ?