Giter Site home page Giter Site logo

Not working on app engine about smart_open HOT 3 CLOSED

jsphpl avatar jsphpl commented on May 18, 2024
Not working on app engine

from smart_open.

Comments (3)

piskvorky avatar piskvorky commented on May 18, 2024

Very interesting use case, thanks for reporting!

Yes, if multiprocessing breaks smart_open on App Engine, we should make it optional. Multiprocessing is only needed in a few places, it's optional and not critical in any way for smart_open to work.

Can you add a fix for this in a pull request, @jsphpl ?

I'm thinking some dynamic (runtime) check to see if multiprocessing is available (catch ImportError); if yes, proceed as normal. If not, do a warnings.warn to notify the user that he's running a gelded version of smart_open, but otherwise continue working.

from smart_open.

jsphpl avatar jsphpl commented on May 18, 2024

Okay thank you, that sounds promising - i'll look at the code and see what i can do.

from smart_open.

jsphpl avatar jsphpl commented on May 18, 2024

Fixed by #39. Tests still missing (see #47)

from smart_open.

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.