yurivict opened a new issue #4413: Python binding: setup.py doesn't mention tornado and PIL as dependencies URL: https://github.com/apache/incubator-tvm/issues/4413 This file imports ````tornado```: ``` tvm/rpc/proxy.py: import tornado ``` but ```setup.py``` doesn't mention it as a dependency. Same with PIL: ``` tvm/relay/testing/yolo_detection.py: from PIL import Image ``` Please review what libraries are needed and add them to ```setup.py```.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
