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

python-can install on RPi #2

Open
iDoka opened this issue Apr 29, 2019 · 3 comments
Open

python-can install on RPi #2

iDoka opened this issue Apr 29, 2019 · 3 comments

Comments

@iDoka
Copy link

iDoka commented Apr 29, 2019

I installed proper version of Kivy dependencies, but confusing with python-can.

In requirements.txt:
python-can==3.1.1

When I type:
sudo apt-get install python-can
or even:
sudo apt-get install python3-can

I get versions 1.5.2-3:

python3-can_1.5.2-3_all.deb
python-can_1.5.2-3_all.deb

How can I install right version of python-can???

PS: My OS is last stable Raspbian

@aivs
Copy link
Owner

aivs commented Apr 29, 2019

Русский?

For python2 try:
pip install python-can

@iDoka
Copy link
Author

iDoka commented Apr 29, 2019

Ок. Вот формулировка на русском языке:

почему в зависимостях (файл requirements.txt) указана версия python-can:
python-can==3.1.1

а по факту через apt-get доступна только 1.5.2-3 ?

PS: на какой ветке питона рекомендуете работать с Kivy? 2 или 3 ?

@aivs
Copy link
Owner

aivs commented Apr 29, 2019

У меня проект для python 2.7, но и на 3 должен работать.
Я проверю зависимости, возможно стоит подкорректировать файл.

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