-
**Bug Description**
I’m experiencing issues when attaching files for the agent to read. I’ve tested with small files (under 100 KB) in PDF, CSV, and PPTX formats, but each attempt results in the sa…
-
docker下安装的,提示安装成功了,但scanp后并没有出现插件名称,查看了一下日志,安装的时候出现这error错误
Installing collected packages: XlsxWriter, python-docx, PyMuPDFb, markdown, et-xmlfile, python-pptx, PyMuPDF, openpyxl
ERROR: Could not …
-
### Bug Description
![image](https://github.com/user-attachments/assets/0b7c442d-20df-4e82-b400-dcee613e9eb8)
### Version
0.12.0
### Steps to Reproduce
def test_ppt():
# documents = Simple…
-
some libraries are old they can’t download
-
### Bug description
Hello,
Quarto couldn't convert markdown with tables to PPT/PPTX format.
However, the conversion is working fine for docx/pdf/html.
### Steps to reproduce
Example
```qmd
…
-
I need a PowerPoint presentation about activation functions. We should create three plots:
* Linear activation
* Sigmoid
* ReLu
All three plots should be saved as .png files.
Afterwards, we c…
-
```bash
#!/bin/bash
if ! command -v pip &> /dev/null
then
echo "pip not found, installing pip..."
if command -v apt &> /dev/null; then
sudo apt update && sudo apt install -y pyth…
-
In order to modify an existing presentation to suit a new purpose
As a developer using python-pptx
I need the ability to delete a slide
API perhaps:
``` python
slides.remove(slide)
# OR
…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
I have been desperately trying to create combo charts using python pptx & have used the below references for doing the same. I keep getting the error `AttributeError: 'CategoryWorkbookWriter' object h…