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/11/01 15:13:53 UTC

[GitHub] [tvm] lhutton1 opened a new pull request, #13252: Apply group write permissions to Python virtual environment

lhutton1 opened a new pull request, #13252:
URL: https://github.com/apache/tvm/pull/13252

   This commit applies additional write permission to the "tvm-venv" group virtual environment. Currently after entering a container from a newly built image it dosn't seem possible to install/update Python packages. E.g. updating pip will give errors such as:
   ```
   $ pip install --upgrade pip
   ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/venv/apache-tvm-py3.7/bin/pip' Check the permissions.
   ```
   
   Enabling write access for this group fixes this as long as the current user is a member of the "tvm-venv" group.


-- 
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 pull request #13252: Apply group write permissions to Python virtual environment

Posted by GitBox <gi...@apache.org>.
mehrdadh commented on PR #13252:
URL: https://github.com/apache/tvm/pull/13252#issuecomment-1300619955

   fixes 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] lhutton1 commented on pull request #13252: Apply group write permissions to Python virtual environment

Posted by GitBox <gi...@apache.org>.
lhutton1 commented on PR #13252:
URL: https://github.com/apache/tvm/pull/13252#issuecomment-1299907330

   cc @areusch @Mousius @driazati


-- 
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 pull request #13252: Apply group write permissions to Python virtual environment

Posted by GitBox <gi...@apache.org>.
mehrdadh commented on PR #13252:
URL: https://github.com/apache/tvm/pull/13252#issuecomment-1300620891

   fixes 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] Mousius merged pull request #13252: Apply group write permissions to Python virtual environment

Posted by GitBox <gi...@apache.org>.
Mousius merged PR #13252:
URL: https://github.com/apache/tvm/pull/13252


-- 
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] tvm-bot commented on pull request #13252: Apply group write permissions to Python virtual environment

Posted by GitBox <gi...@apache.org>.
tvm-bot commented on PR #13252:
URL: https://github.com/apache/tvm/pull/13252#issuecomment-1298676115

   <!---bot-comment-->
   
   Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @-ing them in a comment.
   
   
   
   <sub>Generated by [tvm-bot](https://github.com/apache/tvm/blob/main/ci/README.md#github-actions)</sub>


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