Received: from mail-pj1-f66.google.com (mail-pj1-f66.google.com [209.85.216.66]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5EC02781784 for <~alpine/users@lists.alpinelinux.org>; Sat, 16 May 2020 23:58:34 +0000 (UTC) Received: by mail-pj1-f66.google.com with SMTP id k7so2900430pjs.5 for <~alpine/users@lists.alpinelinux.org>; Sat, 16 May 2020 16:58:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=4leMj2R6lCJoILHNyde/3hBV1I3cSIPTO/yEzgmiEYk=; b=nuybPSuvoUCxFgSVZsGHzjtbmq8iV5d9+6r0K+op9DZ/+ZnanxjWYIv+evlqG5hivZ bROIKMCppVFsU3p6XrTV31RW1cptFjJSjJwF7G5jHDRVMrOMLCC83HQVmDKqon9opOdn uE9KHRq8COkr/lrEoaERKiuCkmI4Elsr1NhUQHoRR9L74CXrD/5yexA8H7VvWqJ1A0Ho CooC2oa+bnFAa+FwkWWQOcnbnjPLfghLaFM1S2Cd3b6DulrtVnRsEZK67gXbFzeQOOiX QTMf5ObAinJ8NoqHlYEkKuUK4RATCLIUJvK+Eg8glqNWiinSASR5Lh53kA4zWDH9hEHR oIgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=4leMj2R6lCJoILHNyde/3hBV1I3cSIPTO/yEzgmiEYk=; b=P4WJLaOEdPOav1MvbV9x+/CYhRj0P/TWlD+U95Ok08zrYgX/pJiDLIWjrGA9i4I3lw EUlM/C4kNpQ96xE5DaXJC+1Q/2ugGOUvjX1KQtuheQ8zHbON2kP3/YENnXdO9OEwc8oA 3NVeE/UnWDpFQUiMjA3obxN/tBJ2nx4zfAum7ED50pziKefM6tvLThxX0+8v6fYpGf0w 8yeTYilgwsp/zPwFG9d4Qru6QfN2D+X7JSStFPu6MX7Cy9v8MakFsNYGN6lzCSUWXjqx t5nys/AI4OVzF2FoYa2T+qx5L+f2DVNIiTbJIGd0A4fO4LncJwBEqloilMyOr+TWkWRz aALQ== X-Gm-Message-State: AOAM530wxHQ0QnErun/X6b08PhNsXzwypeTSIaGjcVErbGLOjK695vLi XeWIF13T7FmmXei55qd3ZYF/dxq4MsQ= X-Google-Smtp-Source: ABdhPJyL0VkFwWsIG/NIOsV3uzUp0770BqvD0vbuyGYnMqRaUiBmQ+YxoiQHxiJIxug216KmLUYGUA== X-Received: by 2002:a17:90a:150:: with SMTP id z16mr11878093pje.37.1589673512495; Sat, 16 May 2020 16:58:32 -0700 (PDT) Received: from alpine.home.sercomm (189.222.238.153.dsl.dyn.telnor.net. [189.222.238.153]) by smtp.gmail.com with ESMTPSA id j14sm4987781pjm.27.2020.05.16.16.58.31 for <~alpine/users@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 16 May 2020 16:58:31 -0700 (PDT) Date: Sat, 16 May 2020 16:58:28 -0700 From: amc252 To: ~alpine/users@lists.alpinelinux.org Subject: APKBUILD python error no setup.py file Message-Id: <20200516165828.e6e72cc76430dafc0a0c1034@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-alpine-linux-musl) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi Leo, thanks for your answer. The link you indicated are not Trelby sources but the program itself (it should be decompressed and copied to /opt), and does not contain setup.py in the main directory, but only on a sub directory. The result is the same error, setup.py not found. I have tried the link to the Trelby sources on github and, in the APKBUILD I uploaded here, even tried to download the sources from a custom github account to check if the problem depended on the link. I always got the same error, . >>> trelby: Unpacking /var/cache/distfiles/trelby-2.2.tar.gz... python3: can't open file 'setup.py': [Errno 2] No such file or directory >>> ERROR: trelby: build failed Might it be that Trelby requires python2 rather than python3? -- amc252