Using Python 3.9.19 with pyenv on Intel macOS, but the same happens with 3.10.14. Installed aspose with "pip install aspose-words".
Uninstalled and reinstalled several times, but every time i try to use the code
`import aspose.words as aw
doc = aw.Document("input.doc")
doc.save("output.pdf")`
it doesn't work -> ModuleNotFoundError: No module named 'aspose.words'; 'aspose' is not a package.
Any advice?
Using Python 3.9.19 with pyenv on Intel macOS, but the same happens with 3.10.14. Installed aspose with "pip install aspose-words".
Uninstalled and reinstalled several times, but every time i try to use the code
`import aspose.words as aw
doc = aw.Document("input.doc")
doc.save("output.pdf")`
it doesn't work ->
ModuleNotFoundError: No module named 'aspose.words'; 'aspose' is not a package.Any advice?