-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Missing python3-dev
dependency
#25128
Labels
Comments
@dieselburner would you mind sending a PR for this? |
Yes, give me a moment. |
@carlescufi here you go. |
Thanks! |
carlescufi
pushed a commit
that referenced
this issue
May 8, 2020
Linux distro might not have a python3-dev package installed by default, which will give an error during Python dependencies installation. Closes #25128. Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@gmail.com>
hakehuang
pushed a commit
to hakehuang/zephyr
that referenced
this issue
Jun 20, 2020
Linux distro might not have a python3-dev package installed by default, which will give an error during Python dependencies installation. Closes zephyrproject-rtos#25128. Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Failure to install Python dependencies due to missing
python3-dev
package. Package is not mentioned in Install dependencies.To Reproduce
Expected behavior
No errors after
pip3 install --user -r ~/zephyrproject/zephyr/scripts/requirements.txt
.Impact
Annoyance. Solved via
sudo apt install python3-dev
.Screenshots or console output
Environment (please complete the following information):
7778c22b6031ae766df7cd08522eb9675a0aeb69
The text was updated successfully, but these errors were encountered: