AWSでaxのインストールしたい。

実現したいこと

前提

・AWSのsagemaker studioを使用。
・notebookでimageはData Science 3.0を使用。

発生している問題・エラーメッセージ

・axをインストールする。
↓コマンド
!pip install git+https://github.com/facebook/Ax.git #egg=ax-platform[notebook]

↓結果
Collecting git+https://github.com/facebook/Ax.git
Cloning https://github.com/facebook/Ax.git to /tmp/pip-req-build-e6kdn0al
Running command git clone --filter=blob:none --quiet https://github.com/facebook/Ax.git /tmp/pip-req-build-e6kdn0al
Resolved https://github.com/facebook/Ax.git to commit 102eb9213569e027a73f75788bdcb6f7ce2d9640
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting botorch==0.9.2 (from ax-platform==0.3.5.dev23)
Obtaining dependency information for botorch==0.9.2 from https://files.pythonhosted.org/packages/70/a7/97585c4c3b05d0ceb2dd80a280ac09f63d4ea601ffacb5630f836f486f78/botorch-0.9.2-py3-none-any.whl.metadata
Using cached botorch-0.9.2-py3-none-any.whl.metadata (11 kB)
Requirement already satisfied: jinja2 in /opt/conda/lib/python3.10/site-packages (from ax-platform==0.3.5.dev23) (3.1.2)
Requirement already satisfied: pandas in /opt/conda/lib/python3.10/site-packages (from ax-platform==0.3.5.dev23) (1.4.4)
Requirement already satisfied: scipy in /opt/conda/lib/python3.10/site-packages (from ax-platform==0.3.5.dev23) (1.9.1)
Requirement already satisfied: scikit-learn in /opt/conda/lib/python3.10/site-packages (from ax-platform==0.3.5.dev23) (1.0.1)
Requirement already satisfied: ipywidgets in /opt/conda/lib/python3.10/site-packages (from ax-platform==0.3.5.dev23) (7.6.5)
Collecting plotly>=5.12.0 (from ax-platform==0.3.5.dev23)
Obtaining dependency information for plotly>=5.12.0 from https://files.pythonhosted.org/packages/26/5d/1e13b597ed8e54803e9ac6ded18c04cd35d8cbc49016778ec50c4ca9e9d5/plotly-5.16.1-py2.py3-none-any.whl.metadata
Using cached plotly-5.16.1-py2.py3-none-any.whl.metadata (7.0 kB)
Collecting typeguard==2.13.3 (from ax-platform==0.3.5.dev23)
Using cached typeguard-2.13.3-py3-none-any.whl (17 kB)
Requirement already satisfied: multipledispatch in /opt/conda/lib/python3.10/site-packages (from botorch==0.9.2->ax-platform==0.3.5.dev23) (0.6.0)
Collecting torch>=1.13.1 (from botorch==0.9.2->ax-platform==0.3.5.dev23)

・axがインストールされているか確認する。
↓コマンド
!pip list

↓結果
alabaster 0.7.12
anaconda-client 1.11.0
anaconda-project 0.11.1
anyio 3.5.0
appdirs 1.4.4
argon2-cffi 21.3.0
argon2-cffi-bindings 21.2.0
arrow 1.2.2
astroid 2.15.6
astropy 5.3.1
asttokens 2.2.1
atomicwrites 1.4.0
attrs 23.1.0
Automat 20.2.0
autopep8 1.6.0
autovizwidget 0.20.5
awscli 1.29.14
Babel 2.9.1

試したこと

補足情報(FW/ツールのバージョンなど)

ここにより詳細な情報を記載してください。

コメントを投稿

0 コメント