Ax installation issue in macOS
See original GitHub issueI am trying run the custom BOTORCH with Ax. I tried using conda
method for Ax installation given as:
conda install pytorch torchvision -c pytorch
It installs with no error.
When I again run the code it gives:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/var/folders/bt/kqf88mw53h55m9mj35rkwt6h0000gn/T/ipykernel_52027/3312530531.py in <module>
2 from contextlib import contextmanager
3
----> 4 from ax.utils.testing.mock import fast_botorch_optimize_context_manager
5 import plotly.io as pio
6 # Ax uses Plotly to produce interactive plots. These are great for viewing and analysis,
ModuleNotFoundError: No module named 'ax'
What am I missing? Thanks.
Issue Analytics
- State:
- Created a year ago
- Comments:17
Top Results From Across the Web
The macOS Installation Couldn't Be Completed Error Fix
This short article explains what you can do when you encounter the "The macOS installation couldn't be completed" error message. The error message...
Read more >How to Fix macOS Installation Couldn't Be Completed
When your Mac gets the error message: the macOS installation couldn't be completed, follow these 8 tips to fix the error and get...
Read more >If an error occurred while updating or installing macOS
The message might say that an error occurred while downloading, preparing, or installing, or that the installer is damaged or could not be ......
Read more >How to fix: the macOS installation couldn't be completed (easy ...
How to fix: the macOS installation couldn't be completed (easy steps). 226K views 4 years ago. iSmart. iSmart. 30.7K subscribers. Subscribe.
Read more >Unable to install on MacOS · Issue #221 · facebook/Ax
Hi, when trying to install into a Python 3.7.5 conda virtual environment on MacOS 10.14.5, after doing the following steps conda install ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great, @danielcohenlive , its working fine, Thanks for your patience with me. I will close this issue now. Thanks again.
everything looks good up until the line
branin = glacier()
. It looks likeglacier
is basically your evaluator. So you can substitute it in to the code in the Run optimization loop section, and it would look like: