Hi Team,
We are using the licensed version of Aspose.Total for Python via .NET (aspose-total-net) in an Azure Functions application running inside a Docker container.
After upgrading to the latest package version released around 21 May 2026, we started encountering a runtime error that was not present in previous versions.
Error
import aspose.words as awModuleNotFoundError: No module named 'aspose'
Environment
- Product: Aspose.Total for Python via .NET
- Licensed version
- Azure Functions (Python)
- Docker-based deployment
- Python 3.10
- Linux container
Exception Details
Exception while executing functionFile "/home/site/wwwroot/ExtractContentText/__init__.py", line 10, in <module> import aspose.words as awModuleNotFoundError: No module named 'aspose'
Additional Information
- The Docker image builds successfully.
- The issue occurs only at runtime when the Azure Function starts.
- We did not have this problem before upgrading to the latest Aspose.Total package.
- Rolling back to an earlier version appears to resolve the issue.
Questions
- Has anyone else experienced this issue after upgrading to the latest
aspose-total-netrelease? - Were there any packaging, dependency, or module namespace changes introduced in the recent release?
- Is there a known compatibility issue with Azure Functions or Linux Docker containers?
- Are there any additional runtime dependencies that now need to be installed?
Any guidance would be appreciated.
