Skip to content

Commit 8148603

Browse files
authored
Add python-dev install to FAQ
Differential Revision: D69680232 Pull Request resolved: #8503
1 parent 740135f commit 8148603

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/getting-started-faqs.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ This page summarizes frequently asked questions and provides guidance on issues
44

55
If a specific issue is not covered here, consider searching for or creating an issue on GitHub under [Issues](https://github.com/pytorch/executorch/issues) or [Discussions](https://github.com/pytorch/executorch/discussions).
66

7+
## Installation
8+
9+
### Missing /usr/include/python3.x
10+
11+
Most likely `python-dev` library needs to be installed. Please run
12+
```
13+
sudo apt install python<version>-dev
14+
```
15+
if you are using Ubuntu, or use an equivalent install command.
16+
717
## Export
818

919
### Missing out variants: { _ }

0 commit comments

Comments
 (0)