o-nikolas commented on issue #39437:
URL: https://github.com/apache/airflow/issues/39437#issuecomment-2097022369

   Just had a look into this and I agree with Taragolis's sentiment here:
   
   > BTW, many of the packages do not have a wheel and required to built from 
the sources and appropriate dev packages.
   
   When I did a test install (same as your steps, create a new virtual env 
based on 3.11 and install the provider package) I had several packages that 
needed to be built from source, xmlsec among them:
   
   ```
   Building wheels for collected packages: xmlsec, methodtools, python-nvd3, 
unicodecsv, wirerope
   ```
   
   the `xmlsec` build did fail for me, but only because I was missing required 
dev packages to build the source. After installing `libxmlsec1`, 
`libxmlsec1-dev` and `python3.11-dev` my installation worked just fine and was 
able to build a wheel locally for `xmlsec`.
   
   Perhaps you are missing some development packages as well on your system 
which are inhibiting the wheel build from completing?


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