Code Monkey home page Code Monkey logo

Comments (5)

nikolay avatar nikolay commented on July 18, 2024

Obviously, subprocess32 is Python 2.x-only.

from simpleflow.

jbbarth avatar jbbarth commented on July 18, 2024

First, sorry for the last answer. Yes, obviously subprocess32 should be left as a dependency for cpython 2.x only. As you might have guessed, I'm not using simpleflow on cpython 3.x these days, so I missed that. I'll fix it this week. Thanks!

from simpleflow.

jbbarth avatar jbbarth commented on July 18, 2024

Hm sorry but cpython 3.x builds have been removed a long time ago and the README didn't reflect that. I fixed the "subprocess32" installation problem you got, but many other things are failing in python 3.x, see: https://travis-ci.org/botify-labs/simpleflow/jobs/125820017

For now I encourage you to switch to python 2.x if you can, but help for ensuring python 3.x compatibility would be great too! :)

from simpleflow.

nikolay avatar nikolay commented on July 18, 2024

@jbbarth I started a PR, but I faced locally similar issues. Well, obviously I can't use simpleflow for now as I'm tied to Python 3.

I'm not sure why people are afraid to release Python 3-only projects. With everybody trying to stick to Python 2 (given Python 3 is widely available by default on most mainstream Linux distros), the future of the Python ecosystem is not bright! And no wonder why people are migrating most of this kind of work to Go - it's a much cleaner ecosystem. Python 3 has asyncio, which is the undoubted future. All Python 2-only projects are pretty much using obsolete best practices and will keep piling tons of technical debt that will continue to grow with time and there won't ever be time to get rid of it.

from simpleflow.

jbbarth avatar jbbarth commented on July 18, 2024

I mostly agree for sure, but things are often not that simple. I can only speak for our use-case, but we make heavy use of Pypy for intensive compute operations, and some portions of the code (including the "worker" part of simpleflow) are used with both cpython and pypy. And as you may know, Pypy support for python3 syntax/semantics is not here for now.

Anyway, simpleflow used to maintain a double compatibility and I think it's something we should have in this project. So promise I'll ping you back when we make progress on this front ;-)

from simpleflow.

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.