j2cms commented on issue #2134:
URL: https://github.com/apache/orc/issues/2134#issuecomment-2676505142

   > hi, [@dongjoon-hyun](https://github.com/dongjoon-hyun) , thank you for the 
reply.
   > 
   > I use the latest version of Apache ORC, I think the reason is 
PROTOBUF_VERSION in 
[cmake_modules](https://github.com/apache/orc/tree/main/cmake_modules) is 3.5.1
   > 
   > 
[orc/cmake_modules/ThirdpartyToolchain.cmake](https://github.com/apache/orc/blob/b9641c6218a6ccb752822d18558e8cb8be4c8eec/cmake_modules/ThirdpartyToolchain.cmake#L27)
   > 
   > Line 27 in 
[b9641c6](/apache/orc/commit/b9641c6218a6ccb752822d18558e8cb8be4c8eec)
   > 
   >  set(PROTOBUF_VERSION "3.5.1") 
   > can you upgrade it to 3.19.6 or later ?
   
   
   I changed it to 3.19.6 as above and compile orc locally (on my MacOS), 
success.
   then, I compile pyorc use the orc I compiled,
   
   finally It works. no protobuf version conflict with tensorflow now
   
   maybe we should upgrade it to 3.19.6, not 3.21.12 in 
https://github.com/apache/orc/pull/1857
   
   


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