SYaoJun opened a new issue, #907:
URL: https://github.com/apache/incubator-graphar/issues/907

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   ref1:  
https://github.com/apache/incubator-graphar/actions/runs/22903381620/job/66455540109
   ref2:  
https://github.com/apache/incubator-graphar/pull/904/changes/3b66a94f34e76f15b4b8486a2c8d7014670a0d88
   
   The host Python 3.9 (EOL) used by cibuildwheel lacks built-in retry logic in 
urllib. When GitHub rate-limits the download of virtualenv.pyz, the request 
fails immediately with HTTP Error 429: Too Many Requests instead of retrying.
   
   ```
         return self._call_chain(*args)
       File 
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py",
 line 494, in _call_chain
         result = func(*args)
       File 
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py",
 line 641, in http_error_default
         raise HTTPError(req.full_url, code, msg, hdrs, fp)
     urllib.error.HTTPError: HTTP Error 429: Too Many Requests
     Error: Process completed with exit code 1.
   ```
   
   ### Component(s)
   
   Continuous Integration


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to