Currently, the deducer working with Python projects, Pyright deducer, can retrieve all the dependent modules for the specified compute closure. It then copies these modules to the directory where the closure is located. However, if the target environment differs from the local one – for example, if there's a different CPU architecture or operating system – the closures may not execute successfully.