satwikkansal / python_blockchain_app

A fully functional blockchain application implemented in Python from scratch (with tutorial).
819 stars 471 forks source link

Use a version of markupsafe prior to 2.1.0. #61

Closed developer79433 closed 1 year ago

developer79433 commented 1 year ago

Fixes: "ImportError: cannot import name 'soft_unicode' from 'markupsafe'"

developer79433 commented 1 year ago

Hi Satwik, thanks for creating this! I hit this ImportError when using python 3.11 (in a docker container). It looks like they removed soft_unicode from newer versions of markupsafe.

satwikkansal commented 1 year ago

It looks like they removed soft_unicode from newer versions of markupsafe.

Indeed, I'll merge it, thanks!