alekseiloginov edited a comment on pull request #20882:
URL: https://github.com/apache/airflow/pull/20882#issuecomment-1057607646


   @mik-laj, thanks for approving the PR! 
   
   I see the build fails with the following error:
   ```
     #33 30.11 ERROR: Could not find a version that satisfies the requirement 
looker-sdk>=22.2.0 (from apache-airflow[devel-ci]) (from versions: 0.1.3b1, 
0.1.3b2, 0.1.3b3, 0.1.3b4, 0.1.3b20, 7.20.0, 21.0.0, 21.4.0, 21.4.1, 21.6.0, 
21.6.1, 21.8.0, 21.8.1, 21.10.0, 21.10.1, 21.12.1, 21.12.2, 21.14.0, 21.16.0, 
21.18.0, 21.20.0)
     #33 30.11 ERROR: No matching distribution found for looker-sdk>=22.2.0
   ```
   looker-sdk 22.2 should be available on pypi: 
https://pypi.org/project/looker-sdk/
   
   I know that for looker sdk we pinned python 3.9 at 3.9.9 version due to some 
[dependency 
issues](https://github.com/looker-open-source/sdk-codegen/pull/949/files#diff-1f6e9b98b43ba02030c0cf38755b434fe71bc0ae048346331d0823504d6216f0R35),
 and looks like the CI here is using python 3.9.10. Wondering if that's why the 
build fails?
   
   And I see other builds for python 3.8 and 3.7 are cancelled once 3.9 fails. 
Wondering if we can run them separately?


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