You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/16 02:07:36 UTC

[GitHub] [tvm] alanmacd opened a new issue #10264: [microTVM] microTVM requires PyYAML version that conflicts with other python package requirements

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org