2

I would like to install the pptx package and i tried below. My main goal is to run the code which is provided at the bottom of this page.

I have the latest version of PIP and I get the message

Collecting pptx
  Could not find a version that satisfies the requirement pptx (from versions: )
No matching distribution found for pptx


(C:\ProgramData\Anaconda3) C:\WINDOWS\system32>easy_install -U pip
Searching for pip
Reading https://pypi.python.org/simple/pip/
Best match: pip 18.0
Processing pip-18.0-py3.6.egg
pip 18.0 is already the active version in easy-install.pth
Installing pip-script.py script to C:\ProgramData\Anaconda3\Scripts
Installing pip.exe script to C:\ProgramData\Anaconda3\Scripts
Installing pip3-script.py script to C:\ProgramData\Anaconda3\Scripts
Installing pip3.exe script to C:\ProgramData\Anaconda3\Scripts
Installing pip3.6-script.py script to C:\ProgramData\Anaconda3\Scripts
Installing pip3.6.exe script to C:\ProgramData\Anaconda3\Scripts

Using c:\programdata\anaconda3\lib\site-packages\pip-18.0-py3.6.egg
Processing dependencies for pip
Finished processing dependencies for pip

(C:\ProgramData\Anaconda3) C:\WINDOWS\system32>pip install pptx
Collecting pptx
  Could not find a version that satisfies the requirement pptx (from versions: )
No matching distribution found for pptx

(C:\ProgramData\Anaconda3) C:\WINDOWS\system32>pip -V
pip 18.0 from c:\programdata\anaconda3\lib\site-packages\pip-18.0-py3.6.egg\pip (python 3.6)

(C:\ProgramData\Anaconda3) C:\WINDOWS\system32>

(C:\ProgramData\Anaconda3) C:\Users\nnnn>

2 Answers 2

15

Try running pip install python-pptx instead. It seems you are trying to find a package called pptx but that package does not exist on any of your registered channels.

Sign up to request clarification or add additional context in comments.

1 Comment

that was quick and super helpful
0

It seems like external libraries might not be allowed, but there is a chance that I could use python-pptx in the python_user_visible environment, though I’m not sure. Alternatively, I could create an HTML skeleton for the user to download and use with a tool. Maybe a better approach would be to provide a CSV or JSON script with a timeline, text, and voice references, as many text-to-video platforms support imports in those formats. I’ll generate a CSV with this approach, allowing for easy importing.

1 Comment

Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.