Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems when importing runner VART module in python3.6 #1

Closed
jlamperez opened this issue May 9, 2020 · 2 comments
Closed

Problems when importing runner VART module in python3.6 #1

jlamperez opened this issue May 9, 2020 · 2 comments

Comments

@jlamperez
Copy link

Hi @yunqu ,

First of all thank you for your effort supporting DPU on Pynq boards it is an incredible work!

I've been able to run different dpu notebooks but now when I try to load models using VART and libvart-dpu-runner.so like in this example, resnet50_mt_py, I am having problems when running import runner. It says that:

ModuleNotFoundError: No module named 'runner'

I've been digging and I have seen that runner.so is installed in /usr/lib/python3.5/site-packages/runner.so but notebooks use Python3.6. Could this runner.so be installed/supported in Python 3.6?

Best regards,
Jorge.

@yunqu
Copy link
Contributor

yunqu commented May 11, 2020

@jlamperez Currently we don't have good support for VAI run-time. The main reason is what you found - VAI is depending on python3.5 but we have python3.6. So we only support DNNDK run-time to use DPU.

@jlamperez
Copy link
Author

@yunqu Okey, no problem. Thank you very much for your answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants