Skip to content

Commit 50540a5

Browse files
update readme by remark to poetry install on ubuntu 22.04
1 parent 49341ee commit 50540a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ If you need to modify this source code, install the dependencies using poetry:
3535
poetry install
3636
```
3737

38+
On Ubuntu 22.04 there might occur an `ModuleNotFoundError: No module named 'cachecontrol'`. This can be fixed with based on this [bug report](https://bugs.launchpad.net/ubuntu/+source/poetry/+bug/1958227) using `sudo apt install python3-cachecontrol`.
39+
3840
### Requirements
3941

4042
The library is tested with Python versions 3.6 to 3.10.

0 commit comments

Comments
 (0)