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 2020/03/29 12:41:11 UTC

[GitHub] [airflow] JPFrancoia edited a comment on issue #7954: Pinning max pandas version to 2.0 (lesser than) to allow pandas 1.0.

JPFrancoia edited a comment on issue #7954: Pinning max pandas version to 2.0 (lesser than) to allow pandas 1.0.
URL: https://github.com/apache/airflow/pull/7954#issuecomment-605629940
 
 
   I forked from master this morning (a couple hours ago), I think I'm up to date.
   
   Regarding the generation of the requirements files: everything seems to run fine, I get that for example:
   
   ```
   Successfully installed apache-airflow
   You are using pip version 19.0.2, however version 20.0.2 is available.
   You should consider upgrading via the 'pip install --upgrade pip' command.
   
   Copying requirements /opt/airflow/requirements/requirements-python3.6.txt -> /tmp/requirements-python3.6.txt
   
   
   Freezing requirements to /opt/airflow/requirements/requirements-python3.6.txt
   
   
   Requirements generated in /opt/airflow/requirements/requirements-python3.6.txt
   ```
   
   But I can't find the requirement file, neither in `/opt/airflow/requirements/requirements-python3.6.txt` or in `/tmp/requirements-python3.6.txt`. Is it expected?

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


With regards,
Apache Git Services