I believe there is an issue with the sdk I am using and am getting this error in my platform
" You are not directly using asposewordscloud.models.requests.base_request_object in your code.Your only import from that module is:ApplyHowever, the error occurs because the Aspose library itself tries to import base_request_object internally, and that file is missing from the installed package. This is a bug or packaging issue with the Aspose Words Cloud Python SDK.Summary:You are not using base_request_object directly.The error is caused by a broken or incomplete Aspose package.What to do next:You have already installed the latest version (25.6.0), which should have this file.If the error persists, it means the package is still broken. This is a known issue with some Aspose PyPI releases."
Cause
The error you’re encountering indicates that there is a missing internal file (base_request_object
) in the installed version of the Aspose Words Cloud Python SDK. This typically points to a packaging issue or bug with the SDK version you are using.
Solution
To resolve this issue, please follow these steps:
-
Reinstall the SDK: Uninstall the current version of the Aspose Words Cloud SDK and then reinstall it to ensure that all files are correctly installed.
pip uninstall aspose-words-cloud pip install aspose-words-cloud
-
Check for Updates: Ensure that you are using the latest version of the SDK. If you are already on the latest version (25.6.0), check the Aspose forums or GitHub repository for any updates or patches related to this issue.
-
Verify Installation: After reinstalling, verify that the
base_request_object
file is present in the SDK’s installation directory. You can check the package contents by navigating to the installation path. -
Contact Support: If the issue persists after reinstalling, reach out to Aspose support for further assistance, as this could be a known issue with the SDK.
Next Steps
- Follow the steps outlined above to reinstall and verify the SDK.
- If the problem continues, check the Aspose forums for similar issues or post your specific problem for community support.
Please proceed with these steps, and let me know if you need any further assistance!
@gstone4242 If you encounter problems with the Cloud API, please post on the appropriate forum Aspose.Words Cloud Product Family - Free Support Forum - aspose.cloud.