Skip to content

Commit f1547d1

Browse files
authored
Update README.md
Added details for failed distuilts install.
1 parent b5e9f4b commit f1547d1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,24 @@ To install `pipenv` run
3939
```
4040
$ sudo pip install pipenv
4141
```
42+
**Note**
43+
-----------------
44+
The following error is common on Ubuntu based systems:
45+
46+
```
47+
import distutils.spawn
48+
ModuleNotFoundError: No module named 'distutils.spawn'
49+
50+
Failed to create virtual environment.
51+
```
52+
53+
To resolve you need to install `python3-distuilts`.
54+
You can do this as follows:
55+
```
56+
$ sudp apt-get install python3-distutils
57+
```
58+
-----------------
59+
4260

4361
To install `mkdocs` run (inside the exact-capture documentation directory)
4462
```

0 commit comments

Comments
 (0)