after finding the right way to install py3 libraries with stash properly, I am still running in this weird import error in the python-pptx library
Traceback (most recent call last):
File "/private/var/mobile/Containers/Shared/AppGroup/D1B77FF7-7126-4C9B-B6FC-0470A3A25828/File Provider Storage/Repositories/md2pptx/md2pptx.py", line 15, in <module>
from pptx import Presentation
File "/private/var/mobile/Containers/Shared/AppGroup/CB775338-75D0-4D40-BCA3-F31D6F8FFE4C/Pythonista3/Documents/site-packages-3/pptx/__init__.py", line 8, in <module>
import pptx.exc as exceptions
AttributeError: module 'pptx' has no attribute 'exc'
But in fact it has a exc.py in the pptx folder.
Am I missing something?
Help would be appreciated..