Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

READMEの手順不備? #208

Closed
microwavePC opened this issue Feb 22, 2022 · 2 comments
Closed

READMEの手順不備? #208

microwavePC opened this issue Feb 22, 2022 · 2 comments
Assignees

Comments

@microwavePC
Copy link

  1. README上に記載されている以下のコマンドは、正しくは「pip install --upgrade 'sudachipy>=0.6.2'」ではないでしょうか?

pip install --update 'sudachipy>=0.6.2'

  1. 以下のコマンドが通りません。エラー「error: found a virtual manifest at /(略)/sudachi.rs/Cargo.toml instead of a package manifest」となります。

cargo install --path .

@microwavePC microwavePC changed the title READMEの手順不備 READMEの手順不備? Feb 22, 2022
@microwavePC
Copy link
Author

以下のコマンドが通りません。エラー「error: found a virtual manifest at /(略)/sudachi.rs/Cargo.toml instead of a package manifest」となります。

Cargo.tomlにpackageセクションが入っていないために発生しているように見えます。

@mh-northlander mh-northlander self-assigned this Mar 1, 2022
@mh-northlander
Copy link
Collaborator

For 2., please try cargo install --path sudachi-cli/ instead.

mh-northlander pushed a commit that referenced this issue Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants