Hi CHamps:
I'm experiencing the Neo-AI with AWS.
But I have the below error, may you guide me how to solve it?
Thanks.
BR Rio
Installed /root/.local/lib/python3.7/site-packages/dlr-1.8.0-py3.7.egg
Processing dependencies for dlr==1.8.0
Searching for requests==2.18.4
Best match: requests 2.18.4
Adding requests 2.18.4 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Searching for numpy==1.20.1
Best match: numpy 1.20.1
Processing numpy-1.20.1-py3.7-linux-x86_64.egg
numpy 1.20.1 is already the active version in easy-install.pth
Installing f2py script to /root/.local/bin
Installing f2py3 script to /root/.local/bin
Installing f2py3.7 script to /root/.local/bin
Using /root/.local/lib/python3.7/site-packages/numpy-1.20.1-py3.7-linux-x86_64.egg
Searching for distro==1.5.0
Best match: distro 1.5.0
Processing distro-1.5.0-py3.7.egg
distro 1.5.0 is already the active version in easy-install.pth
Installing distro script to /root/.local/bin
Using /root/.local/lib/python3.7/site-packages/distro-1.5.0-py3.7.egg
Finished processing dependencies for dlr==1.8.0
root@ubuntu-vm:/opt/Neo-AI/neo-ai-dlr/python# cd ..
root@ubuntu-vm:/opt/Neo-AI/neo-ai-dlr# cd tests/python/integration/
root@ubuntu-vm:/opt/Neo-AI/neo-ai-dlr/tests/python/integration# python load_and_run_tvm_model.py
Traceback (most recent call last):
File "load_and_run_tvm_model.py", line 2, in <module>
from dlr import DLRModel
ImportError: No module named dlr
root@ubuntu-vm:/opt/Neo-AI/neo-ai-dlr/tests/python/integration#