GithubHelp home page GithubHelp logo

Comments (8)

astrorigin avatar astrorigin commented on May 29, 2024

Which OS/system?

from pyswisseph.

ShadowJonathan avatar ShadowJonathan commented on May 29, 2024

@astrorigin this is heroku, a deployment cloud, it uses buildpacks to turn source code into runnable container images.

@sbalsom this is a build error, I'm not sure what build environment heroku offers to python, but to me it looks like it just doesn't have the right one, do you know which version it's trying to build? Or can you give us a library + version that depends on it?

from pyswisseph.

sbalsom avatar sbalsom commented on May 29, 2024

Hello, I believe I was able to fix the error. I had two different buildpacks added onto my project, one to build the rails interface and one to run the python script. I rewrote the app as a simple Python/flask app and re-deployed it seemed to fix the issue, using just one python buildpack. I think the build packs were conflicting with one another. I was worried it was some more fundamental issue with Heroku, luckily it is not :) Thank you for your response !

from pyswisseph.

ShadowJonathan avatar ShadowJonathan commented on May 29, 2024

No problem, thanks for the heads-up anyway!

from pyswisseph.

astrorigin avatar astrorigin commented on May 29, 2024

Smells like some Ubuntu flavour. Obviously system was corrupt.

from pyswisseph.

ShadowJonathan avatar ShadowJonathan commented on May 29, 2024

I don't think so, she mentioned she used a ruby buildpack mixed in with a python buildpack, the ruby buildpack can provide different critical libraries than python's, and so it's possible that gcc just didn't know where to find the required libraries to build pyswisseph

from pyswisseph.

astrorigin avatar astrorigin commented on May 29, 2024

A gcc-based build system with no limits.h can only be corrupt, or a critical package was missing, like libgcc-7-dev or libc6-dev...

from pyswisseph.

ShadowJonathan avatar ShadowJonathan commented on May 29, 2024

Looks likely.

From what i'm seeing right now, ruby's bundler (dependency manager) seems to detect the libraries necessary to build extensions, and install them automatically before attempting to build anything, but correct me if i'm wronfg.

from pyswisseph.

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.