We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4d725 commit 9239ba9Copy full SHA for 9239ba9
1 file changed
README.md
@@ -68,6 +68,19 @@ pip install inspect4py
68
69
You are done!
70
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
84
### Installation from code
85
86
Prepare a virtual Python3 enviroment, `cd` into the `inspect4py` folder and install the package as follows:
0 commit comments