GithubHelp home page GithubHelp logo

Py3k support about pingo-py HOT 4 CLOSED

rodolfo3 avatar rodolfo3 commented on August 17, 2024
Py3k support

from pingo-py.

Comments (4)

vmesel avatar vmesel commented on August 17, 2024 1

After some time, I will try to port pingo to Python 3. @rodolfo3

from pingo-py.

scls19fr avatar scls19fr commented on August 17, 2024 1

I suggest you to have a look at #100
and this PR #103

an other PR is waiting to be merged #109 by pingo team

from pingo-py.

ramalho avatar ramalho commented on August 17, 2024

Rodolfo, thanks for your interest! The primary goal of Pingo is to support the Python version available in mini-PCs. Some of them, like the Raspberry Pi, come with Python 2 and Python 3 installed, but some others, like the Arduino Yun or the Intel Galileo, come only with Python 2, so we decided to support Python 2 first. We'd like to make the code compatible with Python 3 as well, but without losing Python 2 compatibility. So that is more work. If you'd like to contribute, please send patches. Meanwhile, thanks for your interest in Pingo!

from pingo-py.

Vido avatar Vido commented on August 17, 2024

@rodolfo3, try using virtualenv:

virtualenv --python=/usr/bin/python2.7 my_env
source my_env/bin/activate
pip install pingo

from pingo-py.

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.