Amar3tto commented on PR #37712:
URL: https://github.com/apache/beam/pull/37712#issuecomment-3961792016

   > Thanks. Do we know which PR has caused
   > 
   > > Could not find a version that satisfies the requirement 
cibuildwheel==3.3.1
   > 
   > Can we simply install it back?
   > 
   > If not possible, could we install the dependency in place, e.g.
   > 
   > ```
   > def setupCibuildwheelVirtualenv = 
project.tasks.register('setupCibuildwheelVirtualenv')  {
   >   project.exec {
   >             executable 'sh'
   >             args '-c', ". ${project.ext.envdir}/bin/activate && " +
   >               "pip install --pre --retries 10 --upgrade pip==25.0.1 
--no-cache-dir && " +
   >               "pip install --retries 10 --upgrade setuptools 
--no-cache-dir && " +
   >               "pip install --retries 10 cibuildwheel==3.3.1 --no-cache-dir"
   >           }
   > }
   > setupCibuildwheelVirtualenv.mustRunAfter setupVirtualenv
   > ```
   > 
   > Maintaining two virtualenv for a single task sounds adding more overhead.
   
   PR that caused: #37504


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