cconvey commented on issue #8577: URL: https://github.com/apache/tvm/issues/8577#issuecomment-1488730693
Another possible issue: when trying to run _TVM's python unit tests_ with Python 3.10.6, I get this: ``` ImportError: Error importing plugin "tvm.testing.plugin": /home/cconvey/.local/lib/python3.10/site-packages/scipy/spatial/transform/rotation.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send ``` Also: ``` $ pip3.10 show scipy Name: scipy Version: 1.6.1 Summary: SciPy: Scientific Library for Python Home-page: https://www.scipy.org Author: Author-email: License: BSD Location: /home/cconvey/.local/lib/python3.10/site-packages Requires: numpy Required-by: tvm, xgboost ``` I don't think I told pip3.10 which particular version of scipy I wanted to install. As of this writing, [these TVM docs](https://tvm.apache.org/docs/install/from_source.html#python-dependencies) only mention using a specific scipy in the case of M1 Macs. My machine is running x86-64 on Linux (specifically, Pop!_OS 22.04). -- 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]
