godot-python
godot-python copied to clipboard
How to downgrade to python 3.6
Hi, I need to install tensorflow 1.5, but current pip on godot-python doesnt suppor that version. So I need to downgrade to python3.6
When building you can update the URL used to a version you want:
https://github.com/touilleMan/godot-python/blob/master/platforms/windows-64/SConscript#L34
Of course you'll be in untested territory and result may vary.