You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/01/18 09:01:12 UTC

[GitHub] [zeppelin] Reamer commented on pull request #4022: [ZEPPELIN-5200] Update dockerfile

Reamer commented on pull request #4022:
URL: https://github.com/apache/zeppelin/pull/4022#issuecomment-762097399


   > After I run 'python -m pip freeze', I could not find grpcio.
   
   I can find grpcio with `python -m pip freeze`.
   ```
   09:57 $ docker run -ti --rm zep-test bash
   I have no name!@c60d30dc7db4:/opt/zeppelin$ python -m pip freeze | grep grpcio
   WARNING: The directory '/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
   grpcio @ file:///home/conda/feedstock_root/build_artifacts/grpcio_1604365522020/work
   I have no name!@c60d30dc7db4:/opt/zeppelin$ 
   ```


----------------------------------------------------------------
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:
users@infra.apache.org