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/19 23:17:10 UTC

[GitHub] [airflow] MatrixManAtYrService edited a comment on issue #15952: DockerOperator tries to push bytes to XCom, fails to serialize

MatrixManAtYrService edited a comment on issue #15952:
URL: https://github.com/apache/airflow/issues/15952#issuecomment-844558488


   Uh, maybe I should have thought about that beforehand.  I just cloned airflow and did a `pip install -e /path/to/airflow` (so yes, editable).  Let me try again...
   
   I expect these commands to give me a blank slate at a more deterministic version:
   ```
   python3 -m venv venv
   source venv/bin/activate
   pip install --upgrade pip wheel
   pip install apache-airflow apache-airflow-providers-docker
   pip freeze | grep apache-airflow
   ```
   
   At the end, they say this:
   ```
   apache-airflow==2.0.2
   apache-airflow-providers-docker==1.2.0
   ```
   
   Given those versions, I still get the same error.  Does that cover it?


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