- Mais recentes
- Mais votos
- Mais comentários
The error you're encountering with Deadline Monitor appears to be related to Python module import issues in the newer version (10.4.1.8) of Deadline Cloud. The specific errors indicate that the application is unable to import certain required classes:
- First error:
cannot import name 'JobStatus' from 'Deadline.Jobs' - Second error:
cannot import name 'PluginConfigSettings' from 'Deadline.Plugins'
These import errors suggest that there might be compatibility issues between the Python environment and the Deadline version you're trying to use. This could be due to several reasons:
- The Python version being used might not be compatible with this specific Deadline release
- The repository structure or API might have changed between the versions you're migrating from and to
- There could be missing dependencies or modules in your installation
Since you mentioned that version 10.4.1.8 has been removed from the release history since you downloaded it, it's possible this version had issues that were later identified, which could explain why you're encountering these problems.
Some troubleshooting steps you could try:
- Verify that you're using the correct Python version that's compatible with Deadline 10.4.1.8
- Check if there are any specific migration notes or requirements when upgrading from 10.1.23.6 to 10.4.1.8
- Ensure all required dependencies are installed and properly configured
- Consider reaching out to AWS technical support directly for assistance with this specific version issue
If possible, you might want to consider using a different, officially supported version of Deadline that hasn't been removed from the release history.
Sources
On Prem Deadline giving segmentation fault or RTTI error using Houdini Flipbook | AWS re:Post
Conteúdo relevante
- feita há 5 meses
