mehrdadh commented on a change in pull request #8715:
URL: https://github.com/apache/tvm/pull/8715#discussion_r687041809



##########
File path: apps/microtvm/pyproject.toml
##########
@@ -111,6 +111,8 @@ tensorflow-estimator = {version = "^2.1", optional = true}
 # TFLite frontend
 tflite = {version = "2.1.0", optional = true}
 wheel = "*"
+cloudpickle = "^1.6.0"

Review comment:
       yeah, I get this error:
   
   ```
    Current/Best:    0.00/   0.00 MFLOPS | Progress: (0/1) | 0.00 sTraceback 
(most recent call last):
     File "tutorials/micro/micro_autotune.py", line 269, in <module>
       main(args)
     File "tutorials/micro/micro_autotune.py", line 176, in main
       si_prefix="M",
     File "/home/mhessar/tvm/python/tvm/autotvm/tuner/tuner.py", line 112, in 
tune
       measure_batch = create_measure_batch(self.task, measure_option)
     File "/home/mhessar/tvm/python/tvm/autotvm/measure/measure.py", line 282, 
in create_measure_batch
       attach_objects = runner.set_task(task)
     File "/home/mhessar/tvm/python/tvm/autotvm/measure/measure_methods.py", 
line 434, in set_task
       tracker = Tracker(port=9000, port_end=10000, silent=True)
     File "/home/mhessar/tvm/python/tvm/rpc/tracker.py", line 446, in __init__
       silent,
     File "/home/mhessar/tvm/python/tvm/contrib/popen_pool.py", line 202, in 
send
       import cloudpickle
   ModuleNotFoundError: No module named 'cloudpickle'
    Done.
   ```




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to