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

pip install blynk-library-python doesn't pull 1.0.0 #66

Open
kritch83 opened this issue Aug 15, 2022 · 5 comments
Open

pip install blynk-library-python doesn't pull 1.0.0 #66

kritch83 opened this issue Aug 15, 2022 · 5 comments

Comments

@kritch83
Copy link

Running pip install blynk-library-python in linux doesn't pull the correct library. It pulls the 0.2.0 version which doesn't work with most the examples. Must manually install the 1.0.0 version.

Steps to recreate:

terminal -> pip install blynk-library-python

expected result:

installs blynk version 1.0.0

actual result:

installs blynk version 0.2.0

Install device/software:

Raspberry Pi 3b+
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
Python 3.9.2

@EugeneRymarev
Copy link

@kritch83, try this
pip install git+https://github.com/vshymanskyy/blynk-library-python

@itsbhupendrasingh
Copy link

itsbhupendrasingh commented Nov 25, 2022

@kritch83
Try this.
git clone https://github.com/vshymanskyy/blynk-library-python.git

This is working fine with version1.0.0
Check the Video with live connectivity with New Blynk at https://youtu.be/BNkE3O8skQA

sme pi new blyn2

@EugeneRymarev
Copy link

EugeneRymarev commented Nov 26, 2022

@itsbhupendrasingh, it's not the same

@itsbhupendrasingh
Copy link

itsbhupendrasingh commented Nov 26, 2022

@EugeneRymarev

Its working with New Blynk2.0 Terminal.

git clone https://github.com/vshymanskyy/blynk-library-python.git

@EugeneRymarev
Copy link

EugeneRymarev commented Nov 28, 2022

@itsbhupendrasingh, the original link was different, you fixed it. And I replied to that post where the link was wrong.

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

3 participants