You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/09 03:14:38 UTC

[GitHub] [arrow-datafusion-python] francis-du opened a new issue, #69: Build error

francis-du opened a new issue, #69:
URL: https://github.com/apache/arrow-datafusion-python/issues/69

   **Describe the bug**
   
   Build rustc 1.65.0 (897e37553 2022-11-02)
   
   ![image](https://user-images.githubusercontent.com/25944814/200729147-15696133-2eb8-438c-a6e5-20cd12b44f96.png)
   
   **To Reproduce**
   
   ```
   maturin develop
   ```
   


-- 
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.apache.org

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


[GitHub] [arrow-datafusion-python] francis-du commented on issue #69: Build error: could not compile `thiserror` due to 2 previous errors

Posted by GitBox <gi...@apache.org>.
francis-du commented on issue #69:
URL: https://github.com/apache/arrow-datafusion-python/issues/69#issuecomment-1308155581

   It works on rustc 1.67.0-nightly (7eef946fc 2022-11-06)
   


-- 
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-datafusion-python] andygrove closed issue #69: Build error: could not compile `thiserror` due to 2 previous errors

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove closed issue #69: Build error: could not compile `thiserror` due to 2 previous errors
URL: https://github.com/apache/arrow-datafusion-python/issues/69


-- 
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-datafusion-python] martin-g commented on issue #69: Build error: could not compile `thiserror` due to 2 previous errors

Posted by GitBox <gi...@apache.org>.
martin-g commented on issue #69:
URL: https://github.com/apache/arrow-datafusion-python/issues/69#issuecomment-1332714474

   With which version of Rust do you experience this error ?
   
   I've experienced the same in `apache_avro` crate after building it with Rust 1.60 (MSRV) and then trying to build it with 1.65. A workaround for me is to use `cargo clean` before building with 1.65.
   Using only 1.65 does not have this problem.


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