brunoartc commented on issue #37803:
URL: https://github.com/apache/arrow/issues/37803#issuecomment-1728890538

   Got same error building on jenkins with image
   
   `
   NAME="Amazon Linux"
   VERSION="2"
   ID="amzn"
   ID_LIKE="centos rhel fedora"
   VERSION_ID="2"
   PRETTY_NAME="Amazon Linux 2"
   ANSI_COLOR="0;33"
   CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
   HOME_URL="https://amazonlinux.com/";
   VARIANT_ID="202309131028-2.0.1122.0"
   `
   
   building C++ works well 
   
   building python wheel breaks with
   
   AssertionError: 
write_to=PosixPath('/pyarrow-build/arrow/python/pyarrow/_generated_version.py')
   
   
   tried replace all paths with a relative path without sucess
   
   
   solved the issue referencing setuptools_scm==7.1.0, [since 8.0.0 deprecated 
write_to](https://github.com/pypa/setuptools_scm/commit/4e4aa2830317774020f230cd53c290573633d44f)
   


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