X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=WI3f/UmuWA+fbPPQZbLTOsOWqELgR F+bIfHdHjbx8S/YS5ovZccgFyB5sALVgGJt02hL7N4Cr5Dd0f+8mZjERSCEbCpI/ pP8Yr/INZuIU1UgAK9JoECH8rbwzAjLpPpiebWhh8vw89nALlf+8eQNWHscfyNIn wu+TC/NYGSN2/0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=fm0pJBYqaDu6nOEnOUthnQDVAHw=; b=Tx4 3gsA+N7aD03IIUBXqHoM5K66I770WqWIzcyGJ+pqLqD+agcg3eAAR0aiQeh/kN0c kuI1Us1npLfIuSRSFhpQWrv2TViaOvBMbGwsV4zcsKtT6uKMBw5eJ7U9onzLWhKN AhxstL2tKZvywP0eR2uwrNqkY7BpFLFRSivqYp5M= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:676 X-HELO: mail-vk0-f45.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=BDERV73P9nu9Pcq+cA81fSNROPTfydzzyFk43UUJ1ac=; b=WkFfmWouNMJdnp4wbAFwUb8+58s63li/GMr1wgxU44OqUaAOnPryj/J8AD4AqsHXD4 zP85LAJNMUSGs3JsFtqTfUT/6/pzjdK0UP2BAuTt2UGZxyEenvrhFWyDegpMkhvDcnSv b2/7ZvSH7tcBi54r3mdgrSexhkT4pSEDEm9yoBSPJZY5ythmKIARs1DkxTkXYSHSVrFL K4F2lQ6l6PRsZHykVnsGBq0Bwye+wqKO27Z1vx+gyCuO9sPscZIA6ic1QAxoVIyvJwbA PfFW3sB7CGI6PR63sGyC86lJahmXq6XpkPTPv4qru6eC9wQTS6e9Jby44qPgifxtFI2i Tz2g== X-Gm-Message-State: AFeK/H2/REJ3rIdAaWyUg0FESaDJHsxd2mVsXpEQrjyxWgRlkQQ9K/iXwIaWxZ9yUJYb1G57Qc+0Ox2Uk0SZ+Q== X-Received: by 10.31.73.6 with SMTP id w6mr4218652vka.137.1490630007417; Mon, 27 Mar 2017 08:53:27 -0700 (PDT) MIME-Version: 1.0 From: Ivan Gagis Date: Mon, 27 Mar 2017 18:53:27 +0300 Message-ID: Subject: mksetupini could not find pkg_resources To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Hi, I'm having the following problem with mksetupini script. On the fresh cygwin installation (both 32 and 64 bits) the script fails with the following error message: Traceback (most recent call last): File "/usr/bin/mksetupini", line 5, in from pkg_resources import load_entry_point ImportError: No module named 'pkg_resources' Googling suggested that it cannpt find python-setuptools framework. I found out that package 'calm' is installed to /usr/lib/python3.4 while python3-setuptools is installed to /usr/lib/python3.6. Can this be the root cause of the problem? Any thoughts about how to fix/workaround it? Br, Ivan -- 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