bllmo commented on issue #333:
URL: 
https://github.com/apache/datasketches-cpp/issues/333#issuecomment-1397447809

   thanks for the reply, I need a whl to use on aws glue job that accepts 
libraries with Python/C only a whl format (aarch64manylinux) 
[https://docs.aws.amazon.com/glue/latest/dg/author-job-ray-python-libraries.html](see
 the doc)
   
   
   > Ray jobs do not support compiling native code in the job environment. This 
can be a limitation if Python dependencies transiently depend on compiled 
native code. Ray jobs can run the binaries provided, but they must be compiled 
for Linux on ARM64. This means that you can use the contents of the 
aarch64manylinux wheels. You can provide your own native dependencies in 
compiled form by repackaging a wheel according to Ray standards. Typically, 
this means removing the dist-info folders so that there is only one folder at 
the root of the archive.
   
   I use an EC2 with Amazon Linux AMI on arm64.


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