yangxk1 commented on issue #804: URL: https://github.com/apache/incubator-graphar/issues/804#issuecomment-3753100449
Hi @adsharma , I tried to fix the problem you mentioned. But it doesn't look that simple. The main problem is that arrow installed using dnf in manylinux using cibuildwheel does not include arrow_s3. The solution I currently choose is to turn off s3. The cost of this is that the s3 function cannot be used in Linux wheel. #826 It seems that a better way is to compile an arrow from source code, but it does not seem to be simple to complete this work in manylinux. It seems that the dependency problem is getting more and more complicated. Maybe we should find an expert to help solve it. -- 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]
