No module named 'uff'

Hello,

I try to convert h5 model to uff on Jetson NX, but I got error.
How can I fix it

Thank you.

Hi,

Could you check if there is an uff folder in the below position?

$ sudo find / -iname uff
/usr/lib/python2.7/dist-packages/uff
/usr/lib/python3.6/dist-packages/uff

Thanks.

Hi @AastaLLL

image

What should I do next?
Thanks

@AastaLLL

Do you have any update?

Thanks

Hi,

Could you create the virtual environment with --system-site-packages?
For example

$ virtualenv nampq --system-site-packages

Thanks.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.