I am currently working on a project which involves extracting content from PowerPoint slides to text file using python-pptx package. I tried using
!pip install python-pptx
but showed up.
Does anyone know how to resolve this issue?
I am currently working on a project which involves extracting content from PowerPoint slides to text file using python-pptx package. I tried using
!pip install python-pptx
but showed up.
Does anyone know how to resolve this issue?
I think you need to update pip version and check if python-ppt works with your current version of python.
thank you