Giter Club home page Giter Club logo

Comments (7)

kowalskiw avatar kowalskiw commented on June 19, 2024

Probably connected to the #48.

from aamks.

zarooba01 avatar zarooba01 commented on June 19, 2024

Try install libboost-python.
sudo apt-get install libboost-python-dev
Check whether instalation has gone correctly

cd /usr/lib/x86_64-linux-gnu 
ls | grep libboost_python 

You should see something like this:
libboost_python310.so
libboost_python310.so.1.74.0
Now make the link according to your python version
sudo ln -s libboost_python310.so libboost_python3.so
Run worker install again.

from aamks.

kowalskiw avatar kowalskiw commented on June 19, 2024

Your solution works fine, compilation is completed. What about considering a modification of worker_install.sh in order to check for the missing package?

However, after installing worker on the same machine as the server (local mode) the repository clone is located at /usr/local/aamks/aamks instead of /usr/local/aamks. Is it a correct path for the repo?

from aamks.

zarooba01 avatar zarooba01 commented on June 19, 2024

In worker_install.sh is line with installing libboost-python-dev. It will be vital to check why it's not working properly.

We should take this under consideration. In my opinion it should be fixed to /usr/local/aamks.

from aamks.

kowalskiw avatar kowalskiw commented on June 19, 2024

OK, so let's conclude the discussion with some tasks linked to this issue to be solved:

  • investigation of libboost-python-dev installation with worker_install.sh (also cmake is not installed)
  • change of repo's location to /usr/local/aamks/ after worker installation

from aamks.

kowalskiw avatar kowalskiw commented on June 19, 2024

@mmackiewicz97 - it seems like those tasks can be resolved with updating server and worker installers, as we discussed. So, I'm assigning you to this issue, feel free to close it when both tasks from previous comment are finished.

from aamks.

kowalskiw avatar kowalskiw commented on June 19, 2024

Fixed with yesterday's commit.

from aamks.

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.