pptx2md
pptx2md copied to clipboard
Missing dependencies
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
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