Code Monkey home page Code Monkey logo

Comments (4)

amyreese avatar amyreese commented on June 14, 2024 1

Hmm, this raises another barrier to running on Windows. Currently, Bowler will generate inline fixer classes to run the appropriate selectors, filters, and modifiers, due to the way that lib2to3 works. This is fine when using forked processes, because the child processes have the same set of locally generated classes and functions. But Windows can only use spawned processes, requiring all classes and functions to be defined globally so that they are available in the children.

We should instead have Bowler use a single class defined at the global scope, and build some other mechanisms for loading those fixers into the lib2to3 refactoring tool.

from bowler.

thatch avatar thatch commented on June 14, 2024 1

@jreese would it make sense to default to in_process=True on Windows for now?

from bowler.

amyreese avatar amyreese commented on June 14, 2024

That seems like a reasonable decision until we can find a better alternative.

from bowler.

povilasb avatar povilasb commented on June 14, 2024

FYI I had the same AttributeError: Can't pickle local object 'Query.create_fixer.<locals>.Fixer' error on Mac OS X with Python 3.8.1.
Query.execute(in_process=True) helped for now :)

EDIT: just found out this is already known: #111 (comment)

from bowler.

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.