You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would also add that if you attempt to build python3 via toolchain.py, the recipe attempts to install openssl via https://www.openssl.org/source/openssl-1.0.2k.tar.gz which is 404 address. This seems to mean the current recipe for building python3 is nonfunctional by default.
Several users have reported openssl downloading as an empty file.
It appears the version in the recipe openssl==1.1.1 has moved to https://www.openssl.org/source/old/1.1.1
The location in the recipe https://www.openssl.org/source/ contains openssl==1.1.1f
As a workaround I was able to build 1.1.1f as shown here
https://groups.google.com/d/msg/kivy-users/F0WJb8TXQBg/PwGwOFdxBAAJ
If this is permanent or a temporary openssl.org server issue I can't guess.
The text was updated successfully, but these errors were encountered: