tqchen edited a comment on pull request #6844: URL: https://github.com/apache/incubator-tvm/pull/6844#issuecomment-721757633
I believe pip install --user package==version would have the precedance over the system installed package Confirm by the following experiment ``` docker/bash.sh tlcpack/ci-gpu:v0.71 # the system one python3 -m pip show mxnet # install a specific version python3 -m pip install --user mxnet==1.5.0 python3 -m pip show mxnet ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
