Hi, Pants build works fine in my local machine. Wh...
# general
b
Hi, Pants build works fine in my local machine. When I try to run it through Jenkins, I get the below error.
Copy code
+ ./pants binary reaper/src/python/:main
[31mNo valid Python interpreter found. Pants requires Python 3.6+ to run.[0m
Build step 'Execute shell' marked build as failure
Finished: FAILURE
How do I fix this? By running it in a docker container with Python 3.6+ installed? Is there a way out without using docker? Thanks!