Skip to content

Commit cc81d7c

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Add python-dev install to FAQ
Summary: #8489 Adding instructions for users to install python-dev library as a prerequisite of installing ExecuTorch Differential Revision: D69680232
1 parent 7964bca commit cc81d7c

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)