Hello,
I wanted to try out your code and came across an issue regarding pytorch dependencies.
I installed all the requirements in a fresh conda environment with python 3.7.11 via your requirements.txt.
I made sure the versions are at least the ones listed in the readme.
I installed openmpi via: conda install openmpi
However, it appears the module torchpack.mtpack.
I also tried to go back from torch==1.9.1 to torch==1.5, but no change.
Hope you can help me.
Thanks in advance.
$ python train.py
Extension horovod.torch has not been built: /home/pepper-jk/.conda/envs/deep_comp/lib/python3.7/site-packages/horovod/torch/mpi_lib/_mpi_lib.cpython-37m-x86_64-linux-gnu.so not found
If this is not expected, reinstall Horovod with HOROVOD_WITH_PYTORCH=1 to debug the build error.
Warning! MPI libs are missing, but python applications are still avaiable.
Traceback (most recent call last):
File "train.py", line 15, in <module>
from torchpack.mtpack.utils.config import Config, configs
ModuleNotFoundError: No module named 'torchpack.mtpack'
p.s. I will try this again tomorrow and update this issue if I find a solution.
Hello,
I wanted to try out your code and came across an issue regarding pytorch dependencies.
I installed all the requirements in a fresh conda environment with
python 3.7.11via yourrequirements.txt.I made sure the versions are at least the ones listed in the readme.
I installed openmpi via:
conda install openmpiHowever, it appears the module
torchpack.mtpack.I also tried to go back from torch==1.9.1 to torch==1.5, but no change.
Hope you can help me.
Thanks in advance.
p.s. I will try this again tomorrow and update this issue if I find a solution.