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

Windows10環境でvenvを利用して実行可能 #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aktnk
Copy link

@aktnk aktnk commented Sep 25, 2022

課題

  • 私のWindows環境ではpoetryを使って実行させることができませんでした。

対策

  • pyproject.tomlに定義された依存パッケージの情報をもとに、venvで環境構築できるようrequirements.txtを作成しました。
  • なお、xlearnをインストールするには、Windows10環境ではcmakeおよび、Microsoft Visual C++ Build Toolが必要です。また、wsl2のUbuntu20.04環境ではsudo apt install cmakeを事前に実行しておく必要があります。
  • chapter5/Readme.mdにvenvでの実行手順を追記しました。

動作確認結果

  • Windows10のpython 3.7.8でjupyter notebookが起動し、Association.ipynbが動作すること、同じ結果が算出できることを確認しました。
  • Windows10のwsl2上のubuntu20.04でも、python 3.7.8でjupyter notebookが起動し、Association.ipynbが動作すること、同じ結果が算出できることを確認しました。

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

Successfully merging this pull request may close these issues.

1 participant