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

poetryの導入 #85

Closed
ReiHashimoto opened this issue Oct 2, 2023 · 0 comments · Fixed by #132
Closed

poetryの導入 #85

ReiHashimoto opened this issue Oct 2, 2023 · 0 comments · Fixed by #132
Assignees
Labels
Milestone

Comments

@ReiHashimoto
Copy link

解決したい課題

  • pip installで時間がかかる
    • 現在開発者向けのpython module installではpip install -e '.[dev]'を使用している
    • この手法では都度optinistのビルドが発生し時間がかかる

対策

  • poetryを標準で採用する
    • poetry install --no-rootのオプションでビルドが発生しないため
    • poetryを使用しないでも、同等の解決策があればそちらでも良い
      • ただし、pyproject.tomlとrequirements.txtの二重管理にはならないようにする(pyproject.tomlで完結できるのがbest)

その他

  • poetryは仮想環境を標準で生成してしまうため、createしたconda環境に直接インストールするように設定する
  • dockerでの環境構築処理も合わせて対応する
  • ドキュメンテーションも修正する
    • docs/installation内の各種ドキュメント
@quanpython quanpython linked a pull request Nov 3, 2023 that will close this issue
@ReiHashimoto ReiHashimoto added this to the v1.1.0 milestone Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants