Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 06457781960 for <~alpine/users@lists.alpinelinux.org>; Thu, 14 May 2020 06:38:43 +0000 (UTC) Received: by mail-qt1-f179.google.com with SMTP id v4so2027872qte.3 for <~alpine/users@lists.alpinelinux.org>; Wed, 13 May 2020 23:38:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=tfQIfwfIzZRkFkYL0f3I3GnuiFk1kVsDNsT2idwJXOI=; b=lQva3dsR1kqxRCMPNcKiIfGizsn3WcVKAiVtUKY2nLSKFfhsguz/lO/B/bNo3yRvP8 36sFn/M9FXOMfxiEr6k4f1O4rsd+anLrA7ZGHVOVS9+jfNyoxEMFwYuEuZrxZv0RPJhs UI8IxHOAHIQ9sfrnLxS2dxcmpu+3ItWGfiVvcG6CBSjRuE8btO8VCcdCyKtmyAtIXgUt soYEXEyqm83u/G9jrxKEDud8tLQSyY/g7KdCtW224ke1omJtZGyTYztji2sQxo9SIaRf kJBwQOh/87XraJHgQK3Unpb3Em/Of64AR73swelGJ0awQEvTxFAvy+7MfVrJOupQNYtR CoIg== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=tfQIfwfIzZRkFkYL0f3I3GnuiFk1kVsDNsT2idwJXOI=; b=PuwLN9TcJbLMIpL0pyyBoOScVE83odtDyA1XK+vXl0cQeF0eZHoEnG7aE9yjhPlkd/ t3QodwxWp+Yk79W/I4eWbjrmwkA4bi42H1vOiJsBoMU5hD0SBPY5kMnjVAr4SOHAao5e GLxTlnwA7TY+GPCYKlsJXM96/MgAMhmLvxV7ZjJrE4E9GQpYJxQPWyOSGYaISa5BvC9L o7AuNi9kdVt1h9lzSX6D66Yf+4kJXoIRrArOkgLb4rbk7qbzk07p1uavRDgI0A5d1jYU wgk+M/CnrH9nY9LnOrlhCY4B46+d+XH0kC4q38w5h4X+SXAxdQtFNvZxCbK5BjxdZhVN 2/xQ== X-Gm-Message-State: AOAM530DRValv6wkWeAetAcfGb67A7STMeLqecUmYpC48TM9481blG9/ LJNC68VKJC9GCJmWOgtB61EugMkh X-Google-Smtp-Source: ABdhPJw5WQScaRBqJVCFq42vLV0I1KgckdN9d+eZiOEA4z4MAE45/SH4nGo7vGYcX5n5WLmeaeHKZQ== X-Received: by 2002:ac8:6c54:: with SMTP id z20mr2857115qtu.76.1589438319874; Wed, 13 May 2020 23:38:39 -0700 (PDT) Received: from enterprise ([2804:431:cfcc:f95d:e5a0:af5d:b353:321c]) by smtp.gmail.com with ESMTPSA id p10sm1799841qkm.121.2020.05.13.23.38.38 for <~alpine/users@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 May 2020 23:38:39 -0700 (PDT) Date: Thu, 14 May 2020 03:38:34 -0300 From: Leo To: ~alpine/users@lists.alpinelinux.org Subject: Re: APKBUILD python error no setup.py file Message-ID: <20200514033834.4fccf522@enterprise> In-Reply-To: <20200513200624.ea68f9974d40a0c1bdd4680a@gmail.com> References: <20200513200624.ea68f9974d40a0c1bdd4680a@gmail.com> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 13 May 2020 20:06:24 -0700 amc252 wrote: > Hello, > I'm trying to build my first alpine pkg, trelby. I set up the dir > with newapkbuild -y (since trelby is written in python). However, > when I run abuild, I get the following error: python3: can't open > file 'setup.py': [Errno 2] No such file or directory I have checked, > and setup.py is there in the decompressed file > /home/user/trelby/scr/trelby what am I doing wrong? Hello, Please post the APKBUILD itself so we can get a full picture. Regards Leo