TanuSharma2511 commented on issue #33854: URL: https://github.com/apache/beam/issues/33854#issuecomment-2743621837
One potential reason for this error is dependencies conflict or not proper installation of any dependency. You should see more information in stack trace. In my case, pyarrow was creating issue. So, I re-install it: pip install pyarrow and error got resolved. Please check the stack trace. You will get the idea which dependency is creating issue. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org