You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to Issue #387, we are seeing ModuleNotFoundErrors while trying to import AxClient with Ax v0.1.15:
from ax.service.ax_client import AxClient
c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages\ax\__init__.py:31: in <module>
from ax.modelbridge import Models
c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages\ax\modelbridge\__init__.py:10: in <module>
from ax.modelbridge.factory import (
c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages\ax\modelbridge\factory.py:22: in <module>
from ax.modelbridge.registry import (
c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages\ax\modelbridge\registry.py:48: in <module>
from ax.models.torch.botorch_modular.model import BoTorchModel
E ModuleNotFoundError: No module named 'ax.models.torch.botorch_modular'
This error is occurring on Windows, MacOS, and Ubuntu Linux. BoTorch v0.3.1 is already installed.
The text was updated successfully, but these errors were encountered:
Similar to Issue #387, we are seeing
ModuleNotFoundError
s while trying to importAxClient
with Ax v0.1.15:This error is occurring on Windows, MacOS, and Ubuntu Linux. BoTorch v0.3.1 is already installed.
The text was updated successfully, but these errors were encountered: