Skip to content
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

Open
Alpslee opened this issue May 29, 2024 · 4 comments
Open

ImportError #3

Alpslee opened this issue May 29, 2024 · 4 comments

Comments

@Alpslee
Copy link

Alpslee commented May 29, 2024

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)

@robfiras
Copy link
Owner

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 pip install --upgrade experiment-launcher?

@zxczyx622
Copy link

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.

@robfiras
Copy link
Owner

Thanks for bringing this up again!
I guess the issue is actually the opposite, so you're running a too-new version of experiment_launcher. Could you try downgrading to 1.3?

@TianleLiu0303
Copy link

I meet the same error, have u solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants