From: Tim Orling
In certain conditions, most likely under heavy load on the
AutoBuilder, the prebuilt .pyc files are attempting to be
executed before they have been completely copied. Avoid
this by not copying the .pyc files (nor the __pycache__
directory). The impact of python3-native recreating
On Mon, Sep 28, 2020 at 9:32 PM Tim Orling wrote:
>
> From: Tim Orling
>
> In certain conditions, most likely under heavy load on the
> AutoBuiler, the prebuilt .pyc files are attempting to be
> executed before they have been completely copied. Avoid
> this by not copying the .pyc files (nor the
From: Tim Orling
In certain conditions, most likely under heavy load on the
AutoBuiler, the prebuilt .pyc files are attempting to be
executed before they have been completely copied. Avoid
this by not copying the .pyc files (nor the __pycache__
directory). The impact of python3-native recreating