@marcin_k I can confirm this happens with adding tensorflow to requirements.txt also. I used the latest release (with the cybertruck/lizard additions), fixed the issues that seemed to have been overlooked in the python3 starter bot, confirmed it worked with the repo version of requirements.txt and then added ‘tensorflow’ to the requirements .txt. After successfully building, ‘Match Status’ is marked as failed with a failure to instantiate the bot reported.
@pierre.roux this is related to my issues at Python + TF tournament submission issue . I thought it was exclusively related to the slow import times of tensorflow, but after reading @marcin_k’s post I tried with tensorflow and realised the problem occurs even without trying to import the library.
It’s very strange that just adding the dependency to requirements.txt seems to cause the issue. I think there may be an issue with python bots being built in your pipeline. I am completely stumped.