Coder Social home page Coder Social logo

Comments (3)

olegklimov avatar olegklimov commented on May 15, 2024 1

Not sure what you mean, maybe "please tell me how to run Refact server without docker"? Instructions should be right there:

https://github.com/smallcloudai/refact/blob/main/CONTRIBUTING.md

Please the text is unclear, please tell.

from refact.

k3KAW8Pnf7mkmdSMPHz27 avatar k3KAW8Pnf7mkmdSMPHz27 commented on May 15, 2024

@TMwrhere local installation can always vary by OS platform. You'll need to write which OS you are using, which instruction step is failing/unclear, which error output you are getting (if any), which Python version you are using etc.

Depending on your OS, you might have to install extra dependencies, e.g., Ubuntu 20+ will have problems with mpi4py, and if you look in the Dockerfile

refact/Dockerfile

Lines 4 to 14 in fd775f8

RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y \
curl \
git \
htop \
tmux \
vim \
expect \
mpich \
libmpich-dev \
python3 python3-pip \
&& rm -rf /var/lib/{apt,dpkg,cache,log}

you will likely have to install mpich and/or libmpich-dev before it succeeds. (NOTE: This is an example, I haven't tried it so I can't tell you if it works)

If you are following the instructions, and something isn't working, I am sure they'll love a PR that updates the README

from refact.

TMwrhere avatar TMwrhere commented on May 15, 2024

@TMwrhere local installation can always vary by OS platform. You'll need to write which OS you are using, which instruction step is failing/unclear, which error output you are getting (if any), which Python version you are using etc.

Depending on your OS, you might have to install extra dependencies, e.g., Ubuntu 20+ will have problems with mpi4py, and if you look in the Dockerfile

refact/Dockerfile

Lines 4 to 14 in fd775f8

RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y \
curl \
git \
htop \
tmux \
vim \
expect \
mpich \
libmpich-dev \
python3 python3-pip \
&& rm -rf /var/lib/{apt,dpkg,cache,log}

you will likely have to install mpich and/or libmpich-dev before it succeeds. (NOTE: This is an example, I haven't tried it so I can't tell you if it works)
If you are following the instructions, and something isn't working, I am sure they'll love a PR that updates the README

i will try that

from refact.

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.