clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Support deployment from Python >3.7

Open bbarwik opened this issue 3 years ago • 1 comments

Why supported python versions are 3.7, 3.8. 3.9 while I get following error?

"You can only deploy from Python 3.7. Install Python 3.7"

https://github.com/google/clusterfuzz/blob/master/src/local/butler/deploy.py#L428

I changed it manually to 3.8 and it worked correctly.

bbarwik avatar Sep 19 '22 15:09 bbarwik

Hi,

Deployment is currently tied to Python 3.7 because our worker Docker images are on Python 3.7. I'll keep this bug open as a FR to support deploying from other versions of Python.

Thanks!

oliverchang avatar Sep 20 '22 02:09 oliverchang