Giter VIP home page Giter VIP logo

Comments (7)

munirhossain avatar munirhossain commented on June 16, 2024 1

I think docker would be fine since it manages all its libraries. In my case I'm running a Lambda function without docker. And the problem is that even though I provide all the necessary libraries in lib directory and set the environment path LD_LIBRARY_PATH=./lib. It seems Lambda in unable to load all the libraries from this lib directory. I've found a work around which is running another process with my correct configuration set for the library path and load pyvips in that process only. It seems to work. It is a work around and the down side is that you need to create another process and manage it. So it comes with all the regular downside of it. But for now it is working fine. I mainly posted it here for the community and the AWS team to look into. This is not a VIPS problem and I'll update here if I find anything better.

from pyvips.

jcupitt avatar jcupitt commented on June 16, 2024

Hello, I'll have a go at a docker build on aws.

from pyvips.

jcupitt avatar jcupitt commented on June 16, 2024

This seems to work:

https://github.com/jcupitt/docker-builds/tree/master/pyvips-aws

Though I don't know if that'll help you much.

from pyvips.

baxhul avatar baxhul commented on June 16, 2024

@munirhossain I am currently having the same problem. Did you manage to make it work? If not can you please explain your workaround?

from pyvips.

baxhul avatar baxhul commented on June 16, 2024

@munirhossain I managed to made it work. Had some fun replacing some dependencies from your package and at some point it worked:

https://drive.google.com/file/d/1dIuyObvLWlTFGDhzFS7EY5ikNNvNfHw1/view

from pyvips.

munirhossain avatar munirhossain commented on June 16, 2024

from pyvips.

AntonOellerer avatar AntonOellerer commented on June 16, 2024

Hey @baxhul could you maybe report how you solved the issue in more detail?
I am facing the same right now.

from pyvips.

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.