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/11/24 10:55:52 UTC

[GitHub] [airflow] potiuk commented on issue #19804: TypeError: entry_points() got an unexpected keyword argument 'group'

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


   Without going into details, the only officially supported installation method for airflow via PIP is described in the docs and it involves passing constraints to your `pip install` command : https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html. Please follow the installation method described there and see if it is still happening. Check if you have the right version of pip as well (latest is fine) and see (as described here https://github.com/mkdocs/mkdocs/issues/2469) if it helps when you use `python -m pip` instead of pip.
   
   If it does not help, it might be some of your dependencies that cause the problem, not airflow so we won't be able to do much about 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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org