pptx2md icon indicating copy to clipboard operation
pptx2md copied to clipboard

Missing dependencies

Open sharky98 opened this issue 10 months ago • 1 comments

I am trying to install it. From a very bare global installation I did pip install pptx2md. When trying to run pptx2md --help, I had many ModuleNotFoundError: No module named '[pkg name]'.

  • numpy
  • matplotlib
  • scipy

sharky98 avatar Apr 19 '24 13:04 sharky98

I could solve problem by installing the required dependencies manually. But these packages should be installed automatically when executing pip install pptx2md.

pip install numpy
pip install matplotlib
pip install scipy

doeringp avatar Jul 08 '24 07:07 doeringp