kevinjqliu commented on PR #1443:
URL: 
https://github.com/apache/datafusion-python/pull/1443#issuecomment-4136819315

   ```
           Error: Custom { kind: NotFound, error: "Could not find `protoc`.
         If `protoc` is installed, try setting the `PROTOC` environment
         variable to the path of the `protoc` binary. To install it on Debian,
         run `apt-get install protobuf-compiler`. It is also available at
   ```
   
   probably needs
   ```
   
         - name: Install protoc
           uses: arduino/setup-protoc@v3
           with:
             repo-token: ${{ secrets.GITHUB_TOKEN }}
   ```


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