Birthday icon indicating copy to clipboard operation
Birthday copied to clipboard

Installation of MarkupSafe

Open deepanshug4 opened this issue 5 years ago • 0 comments

MarkupSafe breaks with the latest setuptools making it impossible to install. It seems like there is a module named "feature" which is removed in the current versions but we need it for the project. For more info see this thread: https://github.com/pallets/markupsafe/issues/116

Solution:

Modify the requirements with:

**setuptools 45.3.0**

deepanshug4 avatar Dec 11 '20 07:12 deepanshug4