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

Issue importing MPI from mpi4py #17

Open
DINHQuangDung1999 opened this issue Feb 22, 2024 · 0 comments
Open

Issue importing MPI from mpi4py #17

DINHQuangDung1999 opened this issue Feb 22, 2024 · 0 comments

Comments

@DINHQuangDung1999
Copy link

DINHQuangDung1999 commented Feb 22, 2024

This error occurs when I copy image_train.py to the same level of the main directory ./house_diffusion/image_train.py

$ python3.11 image_train.py --dataset rplan --batch_size 32 --set_name train --target_set 8
Traceback (most recent call last):
  File "C:\Users\My PC\house_diffusion\image_train.py", line 7, in <module>
    from house_diffusion import dist_util, logger
  File "C:\Users\My PC\house_diffusion\house_diffusion\dist_util.py", line 10, in <module>
    from mpi4py import MPI
ImportError: DLL load failed while importing MPI: The specified module could not be found.

Update. I solved this issue by installing directly from https://www.microsoft.com/en-us/download/details.aspx?id=105289

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

1 participant