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

ModuleNotFoundError Bug #25

Open
qinge0 opened this issue May 13, 2023 · 1 comment
Open

ModuleNotFoundError Bug #25

qinge0 opened this issue May 13, 2023 · 1 comment

Comments

@qinge0
Copy link

qinge0 commented May 13, 2023

When I tried the command python train.py --task=ShadowHandOver --algo=happo

There is a ModuleNotFoundError occuring——

Traceback (most recent call last):
File "train.py", line 12, in
from bidexhands.utils.config import set_np_formatting, set_seed, get_args, parse_sim_params, load_cfg
ModuleNotFoundError: No module named 'bidexhands'

But I have already installed bidexhands. This is my conda list:
图片
图片

Could you give me some suggestions?
Thanks :)

@helloqxwang
Copy link

I get the same problem with python 3.9. And reinstalling the package with python 3.8 makes everything work:)

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

2 participants