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/02/11 06:57:16 UTC

[GitHub] [arrow-datafusion] selvavm opened a new issue #1809: Cannot insatll ballista-scheduler

selvavm opened a new issue #1809:
URL: https://github.com/apache/arrow-datafusion/issues/1809


   **Describe the bug**
   Getting error when installing `ballista-scheduler`
   
   **To Reproduce**
   Run `cargo install ballista-scheduler`
   
   **Expected behavior**
   Install successfully
   
   **Additional context**
   ```
   error[E0599]: no function or associated item named `from_str_unchecked` found for struct `proc_macro2::Literal` in the current scope
      --> C:\Users\selva\.cargo\registry\src\github.com-1ecc6299db9ec823\quote-1.0.11\src\runtime.rs:301:41
       |
   301 |         let literal = unsafe { Literal::from_str_unchecked(repr) };
       |                                         ^^^^^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Literal`
   
   error[E0599]: no function or associated item named `from_str_unchecked` found for struct `proc_macro2::Literal` in the current scope
      --> C:\Users\selva\.cargo\registry\src\github.com-1ecc6299db9ec823\quote-1.0.11\src\runtime.rs:310:45
       |
   310 |         let mut literal = unsafe { Literal::from_str_unchecked(repr) };
       |                                             ^^^^^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Literal`
   
      Compiling twoway v0.1.8
   For more information about this error, try `rustc --explain E0599`.
   


-- 
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] houqp closed issue #1809: Cannot install ballista-scheduler

Posted by GitBox <gi...@apache.org>.
houqp closed issue #1809:
URL: https://github.com/apache/arrow-datafusion/issues/1809


   


-- 
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] alamb commented on issue #1809: Cannot install ballista-scheduler

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1809:
URL: https://github.com/apache/arrow-datafusion/issues/1809#issuecomment-1043275434


   > @alamb thanks for the response. From the issue you mentioned, it looks like I will have to hardcode the quote version in ballista/rust/core/cargo.toml. Is this the workaround you meant?
   
   Yes that is what I meant
   
   > if yes, I am not sure how I can do a cargo install
   
   I am not sure either 
   


-- 
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] alamb commented on issue #1809: Cannot insatll ballista-scheduler

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1809:
URL: https://github.com/apache/arrow-datafusion/issues/1809#issuecomment-1037175571


   Thanks for the bug @selvavm 
   
   This looks very similar to https://github.com/dtolnay/quote/issues/204 (there is a workaround listed on that ticket)


-- 
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] alamb commented on issue #1809: Cannot insatll ballista-scheduler

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1809:
URL: https://github.com/apache/arrow-datafusion/issues/1809#issuecomment-1037175571


   Thanks for the bug @selvavm 
   
   This looks very similar to https://github.com/dtolnay/quote/issues/204 (there is a workaround listed on that ticket)


-- 
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] selvavm commented on issue #1809: Cannot install ballista-scheduler

Posted by GitBox <gi...@apache.org>.
selvavm commented on issue #1809:
URL: https://github.com/apache/arrow-datafusion/issues/1809#issuecomment-1043204678


   @alamb thanks for the response. From the issue you mentioned, it looks like I will have to hardcode the quote version in `ballista/rust/core/cargo.toml`. Is this the workaround you meant?
   
   if yes, I am not sure how I can do a `cargo install`


-- 
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] houqp commented on issue #1809: Cannot install ballista-scheduler

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #1809:
URL: https://github.com/apache/arrow-datafusion/issues/1809#issuecomment-1046360104


   If we check in a lock file for ballista scheduler and other binary crates, then we can use `cargo install --locked` to install with all dependencies pinned to a specific version.


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