Skip to content

Commit 8693ad4

Browse files
Use a prebuild, portable Python3 for OSX (#7348)
It seems like Macs don't have a consistent version or way of installing Python3. Use a prebuild binary instead of attempting to use the OS X Python3 interpreter.
1 parent e70092c commit 8693ad4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package/package_esp8266com_index.template.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@
189189
},
190190
{
191191
"host": "x86_64-apple-darwin",
192-
"url": "https://github.com./earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-via-env.tar.gz",
193-
"archiveFileName": "python3-via-env.tar.gz",
194-
"checksum": "SHA-256:c9237bfe0f62842d7187a39495baa4a7e3ab8b87c0b433614294b023cf0bc0f3",
195-
"size": "292"
192+
"url": "https://github.com./earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-macosx-portable.tar.gz",
193+
"archiveFileName": "python3-macosx-portable.tar.gz",
194+
"checksum": "SHA-256:01a5bf1fa264c6f04cfaadf4c6e9f6caaacb6833ef40104dfbe953fcdb9bca1c",
195+
"size": "25494144"
196196
},
197197
{
198198
"host": "x86_64-pc-linux-gnu",

0 commit comments

Comments
 (0)