Skip to content

Commit a0a49eb

Browse files
Add tip for workaround to #20
1 parent 3bca4c1 commit a0a49eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/00-getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ Verify setup by running:
7070
- in Windows: double click 00-verify_setup.cmd
7171
- in macOS/Linux: run command `./exercises/verify/00-verify_setup.sh`
7272

73+
> If you run into an `ImportError: cannot import name 'get_installed_distributions' from 'pip._internal.utils.misc'` error, the workaround is to downgrade your pip by running, `pip3 install pip==21.2.4`. See [issue #20](https://github.com/eficode-academy/rf-katas/issues/20) for details.
74+
7375
This should take a few seconds. If the output of the script ends with `Setup in perfect condition!`
7476
we're good to go.
7577

0 commit comments

Comments
 (0)