You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/11 07:19:52 UTC

[GitHub] [airflow] potiuk commented on issue #15768: PythonVirtualenvOperator fails with error from pip execution: Can not perform a '--user' install.

potiuk commented on issue #15768:
URL: https://github.com/apache/airflow/issues/15768#issuecomment-837975548


   It's indeed problem of the image and PIP_USER but this can be very simply addressed. PIP_USER is only needed when you extend the image, but not when you run `airflow` commands. I will simply unset PIP_USER variable in the entrypoint. 


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