ssine / pptx2md

a pptx to markdown converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's saying that the syntax is invalid or that pptx2md isn't defined. I'm in Spyder on Mac.

classicrob opened this issue · comments

I would try running it in terminal, but Mac terminal is stuck at python 2.7

commented

Mac's terminal doesn't stuck at python2.7, please consider using a python version management tool(highly recommended), or try this:

  • uninstalling pptx2md in python2
  • install python3
  • reinstall it by pip3 install pptx2md or python3 -m pip install pptx2md.
  • try python3 -m pptx2md xxx.pptx

Thank you!