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

Readme is oudated regarding Linux extra steps #212

Closed
robertoash opened this issue Jul 17, 2023 · 2 comments
Closed

Readme is oudated regarding Linux extra steps #212

robertoash opened this issue Jul 17, 2023 · 2 comments

Comments

@robertoash
Copy link

The Readme documentation, in the section Linux?, says that these are the steps to follow:

apt install python3-pip
pip3 install pyserial
apt install python-is-python3

However, I got an error when trying to follow those instructions. It seems Debian and Ubuntu (and potentially Fedora?) are not allowing the use of pip to directly install packages onto the system Python installation to make it less likely that one of those packages might break the main system installation. Here's the article I read about it: https://www.linuxuprising.com/2023/03/next-debianubuntu-releases-will-likely.html

Doing some more research I found a solution that worked for me and allows me to compile my sketches throught the Arduino IDE:

apt install python3-serial
@rsoric
Copy link
Contributor

rsoric commented Jul 19, 2023

Hi @robertoash

Thanks for letting us know this! We don't mainly use Linux so we didn't know about this - it will be corrected in an update to the README on the next official release of the library.

-Rob

@rsoric rsoric closed this as completed Jul 19, 2023
@rsoric
Copy link
Contributor

rsoric commented Jul 20, 2023

Here is the commit which contains the info you provided us, it will end up on the main branch over time, thanks again.

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

No branches or pull requests

2 participants