You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the file ilvr_sample.py, I get stuck in the import dist_util.py. So I started trying to run this file, but I got an error, I tried to change the import to the form import mpi4py.MPI, but it still got an error (like the title). I tried searching the internet for some tutorials, but I couldn't download MPI from sudo
~/ilvr_adm$ python scripts/ilvr_sample.py Traceback (most recent call last): File "/data/hdd01/yaohy/ilvr_adm/scripts/ilvr_sample.py", line 130, in <module> main() File "/data/hdd01/yaohy/ilvr_adm/scripts/ilvr_sample.py", line 46, in main dist_util.setup_dist() File "/data/hdd01/yaohy/ilvr_adm/guided_diffusion/dist_util.py", line 30, in setup_dist comm = mpi4py.MPI.COMM_WORLD ^^^^^^^^^^ AttributeError: module 'mpi4py' has no attribute 'MPI'
The text was updated successfully, but these errors were encountered:
When I try to run the file ilvr_sample.py, I get stuck in the import dist_util.py. So I started trying to run this file, but I got an error, I tried to change the import to the form import mpi4py.MPI, but it still got an error (like the title). I tried searching the internet for some tutorials, but I couldn't download MPI from sudo
~/ilvr_adm$ python scripts/ilvr_sample.py Traceback (most recent call last): File "/data/hdd01/yaohy/ilvr_adm/scripts/ilvr_sample.py", line 130, in <module> main() File "/data/hdd01/yaohy/ilvr_adm/scripts/ilvr_sample.py", line 46, in main dist_util.setup_dist() File "/data/hdd01/yaohy/ilvr_adm/guided_diffusion/dist_util.py", line 30, in setup_dist comm = mpi4py.MPI.COMM_WORLD ^^^^^^^^^^ AttributeError: module 'mpi4py' has no attribute 'MPI'
The text was updated successfully, but these errors were encountered: