Skip to content

Dependency Issues #4

@pepper-jk

Description

@pepper-jk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions