I have just followed the steps in BYOM Converter - NVIDIA Docs, however when I run “tao_byom --help” to verify the installation, the error “No module named ‘keras’” was reported, however I can import keras in python console, everything seems fine. What’s the problem?
Reported Error:
(byom) jzyq@jzyq-PCServer:~$ tao_byom --help
Traceback (most recent call last):
File “/home/jzyq/.local/bin/tao_byom”, line 5, in
from tao_byom.entrypoint.entrypoint import main
File “/home/jzyq/.local/lib/python3.8/site-packages/tao_byom/entrypoint/entrypoint.py”, line 8, in
import keras
ModuleNotFoundError: No module named ‘keras’
1 post - 1 participant