Update README.md

This commit is contained in:
Waldek 2021-10-05 06:51:34 +02:00 committed by GitHub
parent 6eed2d1682
commit 4b604533f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -71,3 +71,24 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
---
After update distribution of Linux jinja2 to version 3.x you can find problem with run HBMonitor with error:
ValueError: The 'monitor' package was not installed in a way that PackageLoader understands.
You must uninstall jinja2 and reinstalling with this version Jinja2==2.11.3
pip3 uninstall jinja2
and
pip3 install Jinja2==2.11.3
---