-
Notifications
You must be signed in to change notification settings - Fork 358
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
I want to use Scheduler so I created my own Runner and Metric class as instructed.
When I import RegistryBundle with from ax.storage.registry_bundle import RegistryBundle, I run into a missing module exception.
I see that the analysis directory path exists in github under the 0.4.1 tag but it's not getting installed either when I use the wheel or install from git+ssh://git@github.com/facebook/Ax.git@0.4.1 somehow.
Please provide a minimal, reproducible example of the unexpected behavior.
$ pip install "ax-platform[mysql]==0.4.1"
$ python -c "from ax.storage.registry_bundle import RegistryBundle"
Please paste any relevant traceback/logs produced by the example provided.
Traceback (most recent call last)
/Users/gregfriedland/src/internal/ml/bin/run_hpo.py:19 in <module>
from ax.storage.registry_bundle import RegistryBundle
/Users/gregfriedland/src/.venv/lib/python3.10/site-packages/ax/storage/registry_bundle.py:24 in <module>
from ax.storage.sqa_store.decoder import Decoder
/Users/gregfriedland/src/.venv/lib/python3.10/site-packages/ax/storage/sqa_store/__init__.py:12 in <module>
from ax.storage.sqa_store.load import load_experiment as sqa_load
/Users/gregfriedland/src/.venv/lib/python3.10/site-packages/ax/storage/sqa_store/load.py:19 in <module>
from ax.storage.sqa_store.decoder import Decoder
/Users/gregfriedland/src/.venv/lib/python3.10/site-packages/ax/storage/sqa_store/decoder.py:19 in <module>
19 from ax.analysis.base_analysis import BaseAnalysis
ModuleNotFoundError: No module named 'ax.analysis'Ax Version
0.4.1
Python Version
3.10.14
Operating System
macos
Code of Conduct
- I agree to follow Ax's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working