edithturn edited a comment on pull request #22327:
URL: https://github.com/apache/airflow/pull/22327#issuecomment-1079476927


   @potiuk I understood the idea. Thanks!
   
   I tried to make the first and second points.  Created the **entrypoint** for 
 "selective-checks-python" However, for **freespace** we need to install "Setup 
python" and  "python -m pip install --editable ./dev/breeze/" which are 
installed in another job.
   
   In the case of "selective check python", I added this dependency to make the 
**entrypoint** work. And I am getting "permission denied" =>   `[Errno 13] 
Permission denied: '/usr/lib/python3.8/site-packages'`, Looking for this issue 
there are 03 possible solutions: 
   ![Screenshot from 2022-03-25 
16-58-03](https://user-images.githubusercontent.com/58795858/160207908-fd16178f-5b8f-439f-9aba-3429fc61d174.png)
   You can see more about these solutions here: 
https://github.com/googlesamples/assistant-sdk-python/issues/236#issuecomment-748752106
   
   I tried "--user" and "venv", they are not working. build-info is the first 
job in ci.yaml, for that reason it doesn't have all the inputs necessary to 
build things. Is this right?
   Here is my failed job: 
https://github.com/apache/airflow/runs/5698251497?check_suite_focus=true
   


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


Reply via email to