alanmacd opened a new issue #10264: URL: https://github.com/apache/tvm/issues/10264
This error appears to be benign, but it creates noise when building/deploying microTVM VM: ``` default: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. default: microtvm 0.1.0 requires mxnet<2.0.0,>=1.6.0, which is not installed. default: microtvm 0.1.0 requires pyyaml<6.0.0,>=5.4.1, but you have pyyaml 6.0 which is incompatible. ``` Suggestion is to increase/update the acceptable versions of mxnet and pyyaml. -- 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]
