You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ If you need to modify this source code, install the dependencies using poetry:
35
35
poetry install
36
36
```
37
37
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
+
38
40
### Requirements
39
41
40
42
The library is tested with Python versions 3.6 to 3.10.
0 commit comments