Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3 compatibility #31

Open
dadosch opened this issue Sep 17, 2019 · 3 comments
Open

Python3 compatibility #31

dadosch opened this issue Sep 17, 2019 · 3 comments

Comments

@dadosch
Copy link

dadosch commented Sep 17, 2019

Python2 will be end of Line next year, (1. Januar 2020).

@dadosch
Copy link
Author

dadosch commented Sep 17, 2019

all python depencies are availble from apt raspbian repos except python3-gevent-websocket

@chron0
Copy link
Member

chron0 commented Sep 17, 2019

pip install gevent-websocket should pull it for 3, does it not? probably best to test out in python venv (and generally spoken too) :)

@dadosch
Copy link
Author

dadosch commented Sep 17, 2019

pip install gevent-websocket should pull it for 3, does it not? probably best to test out in python venv (and generally spoken too) :)

Yes, since python3-gevent-websocket is only available in Debian unstable. (But I generally like to install things from the package manager when they are available since then I don't have to check multiple places for updates.)

When used with a venv, a setup.py could be used to manage dependencies.

(Btw: Is this table from the "diygeigercounter" project also applicable for the R10 potentiometer from the PiGI?)
grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants