From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53478 invoked by alias); 28 Mar 2017 15:07:53 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 53458 invoked by uid 89); 28 Mar 2017 15:07:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Immediately, H*i:sk:15ffd38, H*f:sk:15ffd38, H*MI:sk:15ffd38 X-HELO: mail-wr0-f178.google.com Received: from mail-wr0-f178.google.com (HELO mail-wr0-f178.google.com) (209.85.128.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Mar 2017 15:07:50 +0000 Received: by mail-wr0-f178.google.com with SMTP id u1so108876201wra.2 for ; Tue, 28 Mar 2017 08:07:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=CT9GEBuUDL/kOFdOL5QKjjUulo4WwN/YC98uZ/Clow8=; b=H7AFIWYCUquOAd4Hy2IbXknwGMZSIfb8A0HrJ8CchWA/8bwHrdve06LAme9Cg3zHD/ UYLZc52K9d5ZjqnoDUTLeM5CCD+ciE/14opKZPfcpHn+xKzvquERQo2XLlVTSzkBtx5T +9ERuvT/oPel0dwYEewThdXQjPMTtSO5pyMZIbhiQlHozonwTQo5BluAEVibn9KNG1Ho J9fKY+g0SyRS1wCe/2wbMNQ0kuOYl9AZvwHQv18GY401GyCf1egZ00/F8McvZbdiP70N 6V1erbtJa3V8YpFilDEigim8A0p/g1kWcTpDhOoQwnfBBXmaUwENKgWt5UJ2DBDg4e5e +Mkg== X-Gm-Message-State: AFeK/H0cOTQa0bxEzJAG1tEeBoswOysmH6g2NBnvMFQBLhpTpMmLxxKcFaejLkS2OxUxgg== X-Received: by 10.223.131.99 with SMTP id 90mr279509wrd.147.1490713669145; Tue, 28 Mar 2017 08:07:49 -0700 (PDT) Received: from [192.168.1.44] (dsl-hkibrasgw5-58c040-86.dhcp.inet.fi. [88.192.64.86]) by smtp.gmail.com with ESMTPSA id w4sm3965862wmg.29.2017.03.28.08.07.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Mar 2017 08:07:48 -0700 (PDT) Subject: Re: mksetupini could not find pkg_resources To: The Cygwin Mailing List References: <09a007d8-cd2d-37fe-c63b-827037ac44e8@gmail.com> <91ee550d-87eb-fbaf-e6ce-f8c0ecb1d7ac@dronecode.org.uk> <448cc35d-2cd4-7739-d665-95d2df00b4c1@gmail.com> <15ffd384-dc2f-2186-6870-6f6f0b9b3d98@dronecode.org.uk> From: Ivan Gagis Message-ID: <277eb169-fc45-56b2-d03d-bd1931dfc575@gmail.com> Date: Tue, 28 Mar 2017 16:47:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0 MIME-Version: 1.0 In-Reply-To: <15ffd384-dc2f-2186-6870-6f6f0b9b3d98@dronecode.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00371.txt.bz2 Thank you for help! It works now with -g option to setup invocation! On 03/28/2017 05:14 PM, Jon Turney wrote: > On 28/03/2017 14:57, Ivan Gagis wrote: >> On 03/28/2017 04:10 PM, Jon Turney wrote: >>> On 27/03/2017 21:03, Ivan Gagis wrote: >>> >>> Does 'python3 -v /usr/bin/mksetupini' tell you anything? >> It tells a lot and among that there is this "pkg_resources not found" >> message. See full output in attached log.out file. >>> >>>> Does anybody have other ideas of what could be wrong? >>>> What can I try to analyze the problem? >>> >>> cygcheck.out as per [1] might shed some light. >> See cygcheck.out in attachment. > > Immediately I notice: > >> python3 3.4.5-1 OK >> python3-appdirs 1.4.3-1 OK >> python3-packaging 16.8-1 OK >> python3-pyparsing 2.1.10-1 OK >> python3-setuptools 34.3.2-1 OK >> python3-six 1.10.0-1 OK > > Somehow you have python3 3.4, but python3-setuptools for 3.6. > > The output of 'python3 -v' > >> I'm building my stuff on Appveyor, so it uses a clean cygwin64 >> installation every time, at least I hope it is clean, but no guarantee >> that it is very recent cygwin there. Just in case, you can see the >> faulty log here: >> https://ci.appveyor.com/project/igagis/prorab/build/master-36 > > I think you need to add the -g flag to the setup invocation you are > using, to allow it also upgrade any installed packages which need it. > > (If setup understood about versioned dependencies, it wouldn't leave > you in this mess, but "someone has to do it"...) > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple