Hi,
I have a ubuntu machine.
After the purchase of the aspose.email for python and receive the email with the license file “Aspose.Email.Python.NET.lic”. I followed the documentation steps:
Copy license file to:
“lib/python3.8/site-packages/aspose/assemblies/email/”
Run in jupyter notebook:
import aspose.email
license = aspose.email.License()
license.set_license(“Aspose.Email.Python.NET.lic”)
Error message:
“----> 3 license.set_license(“Aspose.Email.Python.NET.lic”)
RuntimeError: Proxy error(InvalidOperationException): Failed to set license. Details: The license is not valid for this product.”
We’ve already been informed about the problem and promise to fix it in the coming version of the product. It is going to be published within a couple of days.
Is it possible to be more specific about the number of days needed to solve the problem?
Next week we will have a project that will need your python library. Do you have any alternative solution?