You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/user/.local/bin/markitdown", line 5, in
from markitdown.main import main
File "/home/user/.local/lib/python3.11/site-packages/markitdown/init.py", line 5, in
from ._markitdown import MarkItDown, FileConversionException, UnsupportedFormatException
File "/home/user/.local/lib/python3.11/site-packages/markitdown/_markitdown.py", line 23, in
import pptx
File "/home/user/.local/lib/python3.11/site-packages/pptx/init.py", line 9, in
from pptx.api import Presentation
File "/home/user/.local/lib/python3.11/site-packages/pptx/api.py", line 14, in
from pptx.package import Package
File "/home/user/.local/lib/python3.11/site-packages/pptx/package.py", line 11, in
from pptx.parts.image import Image, ImagePart
File "/home/user/.local/lib/python3.11/site-packages/pptx/parts/image.py", line 10, in
from PIL import Image as PIL_Image
File "/usr/lib/python3/dist-packages/PIL/Image.py", line 89, in
from . import _imaging as core
ImportError: cannot import name '_imaging' from 'PIL' (/usr/lib/python3/dist-packages/PIL/init.py)
The text was updated successfully, but these errors were encountered:
command:
Traceback (most recent call last):
File "/home/user/.local/bin/markitdown", line 5, in
from markitdown.main import main
File "/home/user/.local/lib/python3.11/site-packages/markitdown/init.py", line 5, in
from ._markitdown import MarkItDown, FileConversionException, UnsupportedFormatException
File "/home/user/.local/lib/python3.11/site-packages/markitdown/_markitdown.py", line 23, in
import pptx
File "/home/user/.local/lib/python3.11/site-packages/pptx/init.py", line 9, in
from pptx.api import Presentation
File "/home/user/.local/lib/python3.11/site-packages/pptx/api.py", line 14, in
from pptx.package import Package
File "/home/user/.local/lib/python3.11/site-packages/pptx/package.py", line 11, in
from pptx.parts.image import Image, ImagePart
File "/home/user/.local/lib/python3.11/site-packages/pptx/parts/image.py", line 10, in
from PIL import Image as PIL_Image
File "/usr/lib/python3/dist-packages/PIL/Image.py", line 89, in
from . import _imaging as core
ImportError: cannot import name '_imaging' from 'PIL' (/usr/lib/python3/dist-packages/PIL/init.py)
The text was updated successfully, but these errors were encountered: