You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "yan-hic (via GitHub)" <gi...@apache.org> on 2023/04/17 15:34:11 UTC

[GitHub] [arrow] yan-hic opened a new issue, #35193: pyarrow.lib.ArrowNotImplementedError: Got GCS URI but Arrow compiled without GCS support

yan-hic opened a new issue, #35193:
URL: https://github.com/apache/arrow/issues/35193

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Error using latest 11.0 on Windows. 
   I suspect `pyarrow-11.0.0-cp311-cp311-win_amd64.whl` has no GCS support, and maybe others.
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] westonpace commented on issue #35193: [Python] pyarrow.lib.ArrowNotImplementedError: Got GCS URI but Arrow compiled without GCS support

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #35193:
URL: https://github.com/apache/arrow/issues/35193#issuecomment-1513420177

   I'm not sure the rationale either but I don't think we should close this.  Let's leave it open to add support for GCS on Windows wheels.  We do build GCS for our windows C++ CI tests (appveyor) so I'm not sure why it was excluded from wheels.  It's possible it was just an oversight.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on issue #35193: [Python] Windows wheel is built without GCS support

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #35193:
URL: https://github.com/apache/arrow/issues/35193#issuecomment-1513437666

   I agree with @westonpace . I've modified the title so it is easier to find in the future. Thanks for opening the 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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] yan-hic commented on issue #35193: [Python] pyarrow.lib.ArrowNotImplementedError: Got GCS URI but Arrow compiled without GCS support

Posted by "yan-hic (via GitHub)" <gi...@apache.org>.
yan-hic commented on issue #35193:
URL: https://github.com/apache/arrow/issues/35193#issuecomment-1513403128

   Alright - we are using linux in prod containers and can use WSL for Py interpreter, however, it would be good to post a disclaimer in the doc about what's not included in the Windows wheels. Feel free to close. 


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] assignUser closed issue #35193: [Python] Windows wheel is built without GCS support

Posted by "assignUser (via GitHub)" <gi...@apache.org>.
assignUser closed issue #35193: [Python] Windows wheel is built without GCS support
URL: https://github.com/apache/arrow/issues/35193


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on issue #35193: [Python] pyarrow.lib.ArrowNotImplementedError: Got GCS URI but Arrow compiled without GCS support

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #35193:
URL: https://github.com/apache/arrow/issues/35193#issuecomment-1513372684

   When we originally added GCS support it was not enabled for Windows wheels. This is the original PR: https://github.com/apache/arrow/pull/12763
   We don't enable `ARROW_GCS` when building Windows wheels as seen here: https://github.com/apache/arrow/blob/main/ci/scripts/python_wheel_windows_build.bat#L32-L50
   See Unix wheel for reference: https://github.com/apache/arrow/blob/main/ci/scripts/python_wheel_unix_test.sh#L34
   
   I have tried to find if there's an issue opened for it but I can't find anything. I am unsure if there's a reason for it as I am no expert on GCS but at the moment we don't build `ARROW_GCS` on Windows wheels.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org