Coder Social home page Coder Social logo

Comments (5)

Polydynamical avatar Polydynamical commented on June 2, 2024 3

I had a similar problem. I just deleted the g2opy folder, cloned this repo and just copy pasted the build instructions. After an hour of working on it, it magically works

from g2opy.

Polydynamical avatar Polydynamical commented on June 2, 2024 2

I deleted everything related to g2opy and then restarted my installation

from g2opy.

Twenkid avatar Twenkid commented on June 2, 2024 1

Change make -j8 to make -j3 or -j2 or if it still doesn't complete: -j1. Watch the memory usage during the build with htop.
If you add -B - it will rebuild from scratch (clean).

Given the point of break, I guess that may be out of memory error - at least I had similar issues, when building on a virtual machine with limited memory and with swap turned off (sudo swapoff -a). RAM usage seemed to reach nearly 7 GB in some places even for 3 threads... on Xubuntu 20.04.

-j8 means 8 threads. So try with -j3 or -j2 etc. If you have a few cores and small memory some complicated parts of the compilation run out of resources.

from g2opy.

Ali007788 avatar Ali007788 commented on June 2, 2024

@Polydynamical
Thanks for your reply. I'm confused and I think that I couldn't get what you mean by ' I just deleted the g2opy folder, cloned this repo and just copy pasted the build instructions'
Which repo did you clone?
Can you explain the steps that you did to get it working?
Thanks

from g2opy.

Ali007788 avatar Ali007788 commented on June 2, 2024

@Polydynamical I already tried what you said. But I still have the same problem!
Can you tell me which version of eigen and pybind11 did you use by installation?
Thanks

from g2opy.

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.