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/08/25 22:57:48 UTC

[GitHub] [tvm] mehrdadh opened a new issue, #12608: [CI Problem] [docker] Pip package installation in cortexm image

mehrdadh opened a new issue, #12608:
URL: https://github.com/apache/tvm/issues/12608

   Using any other docker image we can easily install extra packages by running a command: `sudo pip3 install XX`
   and then it would be available in the python environment.
   
   However, in Cortexm image installing the package with `sudo pip3 install` or `pip3 install --user` would end up in a different python env. My guess is because of this line that we have for cortexm and riscv images:
   
   https://github.com/apache/tvm/blob/main/docker/Dockerfile.ci_cortexm#L37
   https://github.com/apache/tvm/blob/main/docker/Dockerfile.ci_riscv#L37
   
   cc @areusch 


-- 
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.apache.org

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


[GitHub] [tvm] mehrdadh commented on issue #12608: [CI Problem] [docker] Pip package installation in cortexm image

Posted by "mehrdadh (via GitHub)" <gi...@apache.org>.
mehrdadh commented on issue #12608:
URL: https://github.com/apache/tvm/issues/12608#issuecomment-1472616799

   With tvm-venv used in tvm dockers, you can enter the virtual env and `pip install` packages. So this issue is resolved.


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


[GitHub] [tvm] mehrdadh commented on issue #12608: [CI Problem] [docker] Pip package installation in cortexm image

Posted by GitBox <gi...@apache.org>.
mehrdadh commented on issue #12608:
URL: https://github.com/apache/tvm/issues/12608#issuecomment-1274978068

   I tested the hexagon docker image, the issue still exists. Perhaps the issue is related to user not having permission on python packages installation path


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


[GitHub] [tvm] mehrdadh closed issue #12608: [CI Problem] [docker] Pip package installation in cortexm image

Posted by "mehrdadh (via GitHub)" <gi...@apache.org>.
mehrdadh closed issue #12608: [CI Problem] [docker] Pip package installation in cortexm image
URL: https://github.com/apache/tvm/issues/12608


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


[GitHub] [tvm] areusch commented on issue #12608: [CI Problem] [docker] Pip package installation in cortexm image

Posted by GitBox <gi...@apache.org>.
areusch commented on issue #12608:
URL: https://github.com/apache/tvm/issues/12608#issuecomment-1230580335

   i was able to solve this by adding a dedicated venv group. i'll roll that into my venv PR


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