Giter Club home page Giter Club logo

Comments (4)

Woodpecker0 avatar Woodpecker0 commented on May 18, 2024 1

I solve this problem by adding '127.0.0.1 localhost:1' to /etc/hosts.

from spvnas.

isunLt avatar isunLt commented on May 18, 2024 1

I changed the code into single GPU version (without distributed training) and fix the issue

Hi, I just met the same problem as you and I cannot edit /etc/hosts either. I finally solve the problem without modifying the code.
I find that the common reason to cause this problem Could not resolve hostname xxxxx: Name or service not known is that there exists multiple version of openmpi in the system. You might use an older verison to compile mpi4py and torchpack. You could use the command mpirun --version to see which version of openmpi you are using and then modify the default mpirun path by export PATH="<where/the/newer/mpirun/is>:$PATH". Finally, reinstall mpi4py and torchpack and remember not to use the cached mpi4py and torchpack packages.
Hope this will work for you. More details can be find there.

from spvnas.

DiegoWangSys avatar DiegoWangSys commented on May 18, 2024

Dear Woodpecker0:
what if I could not edit /etc/hosts and how I append the '127.0.0.1 localhost:1' to /etc/hosts.
:)
Best!

from spvnas.

DiegoWangSys avatar DiegoWangSys commented on May 18, 2024

I changed the code into single GPU version (without distributed training) and fix the issue

from spvnas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.