Article 58AF1 pygmentize missing MarkupSafe in -current

pygmentize missing MarkupSafe in -current

by
gus3
from LinuxQuestions.org on (#58AF1)
On all of my systems (and they're all running -current) I get the following when running "pygmentize":

Code:$ echo Hello world | pygmentize
*** Error while highlighting:
pkg_resources.DistributionNotFound: The 'MarkupSafe>=0.9.2' distribution was not found and is required by the application
*** If this is a bug you want to report, please rerun with -v.I resolved the issue on my desktop with:

Code:$ su -
# pip install MarkupSafeand then the "echo | pygmentize" command ran properly.latest?d=yIl2AUoC8zA latest?i=qU1ocArJSVw:eyvM1749ovE:F7zBnMy latest?i=qU1ocArJSVw:eyvM1749ovE:V_sGLiP latest?d=qj6IDK7rITs latest?i=qU1ocArJSVw:eyvM1749ovE:gIN9vFwqU1ocArJSVw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments