Jitpack build broken due to python3 switch
See original GitHub issueSample log: https://jitpack.io/com/github/facebook/buck/3e23794873/build.log
Relevant lines:
BUILD SUCCESSFUL
Total time: 1 minute 7 seconds
+++ bin/buck build buck --show-output
+++ awk '{print $2}'
Not using buckd because watchman isn't installed.
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Dhttps.protocols=TLSv1.2
PARSING BUCK FILES: FINISHED IN 0.8s
CREATING ACTION GRAPH: FINISHED IN 0.1s
DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 0.0% CACHE MISS
BUILDING: FINISHED IN 1.1s
BUILD FAILED
No python interpreter found (searched python3).
When creating rule //py/hash:hash_files.
++ PEX=
2020-02-08T06:34:20.044197191Z
Exit code: 1
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
FAQ - JitPack.io
If the project was already built then JitPack will continue serving the existing artifacts. It will not rebuild the project at the new...
Read more >jitpack/jitpack.io - Gitter
my build breaks on jitpack for some reason. but it works on my local computer and on CircleCI as well. because of this...
Read more >Loading a library in Gradle using JitPack - Stack Overflow
I found a tool to get a Git repository into your build called JitPack (jitpack.io) So I added this line to my Build.Gradle...
Read more >How to Support python3.8 - Jetson Xavier NX
Edit setup.cfg to change the build options; suppress output with --quiet. BUILDING MATPLOTLIB matplotlib: yes [3.3.4] python: yes [3.8.0 ...
Read more >Why We Switched from Python to Go - GetStream.io
Create a Chat Server w/ Go · Build a Python Chat App ... Thanks to Ren Sakamoto for translating Why we switched from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Jitpack needs a field to make sure that python3 in installed. It’s in my task list now.
Sure