-
Notifications
You must be signed in to change notification settings - Fork 4
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
ImportError #3
Comments
it looks like you're running an old version of the experiment-launcher package. What version do you run exactly? Could you try to upgrade to the latest version by running |
I meet the same error, and my experiment-launcher is 2.3. And i can`t find the function 'bool_local_cluster' in the utils.py. |
Thanks for bringing this up again! |
I meet the same error, have u solved? |
I run it on a ubuntu headless server, when try to :
cd examples/02_episode_5/
python launcher.py
got the error:
ImportError: cannot import name 'bool_local_cluster' from 'experiment_launcher.utils' (/home/user/miniconda/lib/python3.9/site-packages/experiment_launcher/utils.py)
The text was updated successfully, but these errors were encountered: