bamos / cv

http://bamos.github.io
MIT License
402 stars 144 forks source link

ImportError: cannot import name 'soft_unicode' from 'markupsafe' #26

Closed albertux closed 2 years ago

albertux commented 2 years ago

$ make ImportError: cannot import name 'soft_unicode' from 'markupsafe' make: *** [Makefile:35: build/cv.tex] Error 1

albertux commented 2 years ago

pip3 install markupsafe==2.0.1

This will fix the problem ^ maybe will be worth to update requirements.txt

bamos commented 2 years ago

Thanks, added!