vacu9708 commented on PR #18124:
URL: https://github.com/apache/tvm/pull/18124#issuecomment-3050776391

   Am I the only one getting this error after this commit? (cc @tqchen)
   I’ve confirmed that the build succeeds if I revert it.
   
   ```
   Consolidate compiler generated dependencies of target tvm_objs
   [100%] Built target tvm_objs
   [100%] Built target tvm
   [100%] Built target tvm_allvisible
   Traceback (most recent call last):
     File "/home/ysy/Documents/open_source/tvm/source/python/setup.py", line 
146, in config_cython
       from Cython.Build import cythonize
   ModuleNotFoundError: No module named 'Cython'
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File "/home/ysy/Documents/open_source/tvm/source/python/setup.py", line 
266, in <module>
       ext_modules=config_cython(),
     File "/home/ysy/Documents/open_source/tvm/source/python/setup.py", line 
195, in config_cython
       raise RuntimeError("Cython is not installed, please pip install cython")
   RuntimeError: Cython is not installed, please pip install cython
   gmake[2]: *** [CMakeFiles/tvm_cython.dir/build.make:70: 
CMakeFiles/tvm_cython] Error 1
   gmake[1]: *** [CMakeFiles/Makefile2:312: CMakeFiles/tvm_cython.dir/all] 
Error 2
   gmake: *** [Makefile:136: all] Error 2
   ```


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