jscheffl commented on PR #38437:
URL: https://github.com/apache/airflow/pull/38437#issuecomment-2016885982
I tried to "naively" install as described in my devenv.
1. Build local CI Image: works
2. Install via pip in local env: FAILS (see 1)
1) Details of pip install in Xubuntu 22.04 x64:
```
(.venv-breeze) jscheffl@hp860g9:~/Workspace/airflow$ python3 -m venv
PATH_TO_YOUR_VENV
(.venv-breeze) jscheffl@hp860g9:~/Workspace/airflow$ source
PATH_TO_YOUR_VENV/bin/activate
(PATH_TO_YOUR_VENV) (.venv-breeze) jscheffl@hp860g9:~/Workspace/airflow$ pip
install -e ".[devel]"
Obtaining file:///home/jscheffl/Workspace/airflow
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... done
Installing backend dependencies ... done
Preparing editable metadata (pyproject.toml) ... done
WARNING: apache-airflow 2.9.0.dev0 does not provide the extra 'devel'
Building wheels for collected packages: apache-airflow
Building editable for apache-airflow (pyproject.toml) ... done
Created wheel for apache-airflow:
filename=apache_airflow-2.9.0.dev0-py3-none-any.whl size=67494
sha256=a2a230edd149efea5937bcc8f9e857ce1a65b349ce365cfb3d5da2777b491a66
Stored in directory:
/tmp/pip-ephem-wheel-cache-rgbnftf3/wheels/82/15/4a/bc39417e37a8668eb5fd65e3ae91c2adaba2a1bb006639f92e
Successfully built apache-airflow
Installing collected packages: apache-airflow
Successfully installed apache-airflow-2.9.0.dev0
(PATH_TO_YOUR_VENV) (.venv-breeze) jscheffl@hp860g9:~/Workspace/airflow$ pip
list
Package Version Editable project location
-------------- ---------- --------------------------------
apache-airflow 2.9.0.dev0 /home/jscheffl/Workspace/airflow
pip 22.0.2
setuptools 59.6.0
```
...seems besides the airflow package no other dependencies are installed.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]