Konstantin Gusev

Results 4 comments of Konstantin Gusev

I'm seeing the same on Linux Mint 21.3 Cinnamon. Python requirements are installed like so: ``` $ pip install Pint simpleeval parsedatetime pytz Defaulting to user installation because normal site-packages...

Didn't help. ``` $ /usr/bin/python3 -m pip install pint Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: pint in ./.local/lib/python3.10/site-packages (0.23) Requirement already satisfied: typing-extensions...

> I was able to workaround this by adding an override to each environment to remove the `LogResourcePolicy` resource: > > ``` > - op: remove > path: /Resources/LogResourcePolicy >...