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

Update the installation script for pip #41

Open
kazuma-t opened this issue Dec 28, 2022 · 1 comment
Open

Update the installation script for pip #41

kazuma-t opened this issue Dec 28, 2022 · 1 comment

Comments

@kazuma-t
Copy link
Member

$ pip install SudachiDict-core
Collecting SudachiDict-core
  Downloading SudachiDict-core-20221021.tar.gz (9.0 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: SudachiPy<0.7,>=0.5 in ./.pyenv/versions/3.11.1/lib/python3.11/site-packages (from SudachiDict-core) (0.6.6)
Installing collected packages: SudachiDict-core
  DEPRECATION: SudachiDict-core is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for SudachiDict-core ... done
Successfully installed SudachiDict-core-20221021
@eiennohito
Copy link
Collaborator

The current version actually depends on a side effect of running setup.py to download the compiled dictionary. We need to explore options we can take here.

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