Skip to content

Commit 9239ba9

Browse files
authored
Update README.md
1 parent 9c4d725 commit 9239ba9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,19 @@ pip install inspect4py
6868

6969
You are done!
7070

71+
If you receive an error similar to:
72+
```
73+
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
74+
[end of output]
75+
76+
note: This error originates from a subprocess, and is likely not a problem with pip.
77+
× Encountered error while trying to install package.
78+
╰─> cdmcfparser
79+
80+
error: legacy-install-failure
81+
```
82+
The try to update the python-dev utilities: `sudo apt-get install python3.X-dev` (where X is your python version)
83+
7184
### Installation from code
7285

7386
Prepare a virtual Python3 enviroment, `cd` into the `inspect4py` folder and install the package as follows:

0 commit comments

Comments
 (0)