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:subject:references:cc:from:to:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=T/abSwnDeBZMFrHf Az5MmjpIfIE1hmn3Y8WcVOFORX/UHXo7aooi8uIubTXf4oNxumHvZc6JcVVVMVhR cJZaNi/TCQVTHNt9pWXlGUzLThX3hltIOT568q8SwcPi7hTYo7NAviJ2FvnjzWuJ oE7bx8SJ2SZCOZvYX3tLI1pgnqE= 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:subject:references:cc:from:to:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=6/JD2rlIvwfnFWe4Vefppq GH5aU=; b=AFv4qlbmD8aar2S9wlqsGM/uOghoC2qOxpnH8tWCY2GIC08hB7oHNZ Ew2HPWKFVkHZbw8tDSSft3Op5iLrQ0RLPUp2Lc3zlUdGy5n4gUZkmaIhkG2OGtp7 tDVGZpudZYoLxq73uCV9Wa8oHyX0XfXbn4/L+Ffe5ObWdh4BDRWrI= 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=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=reaches, H*f:sk:CAL_02J, H*MI:sk:CAL_02J, H*i:sk:CAL_02J X-HELO: out1-smtp.messagingengine.com X-ME-Sender: Subject: Re: mksetupini could not find pkg_resources References: Cc: Ivan Gagis From: Jon Turney To: The Cygwin Mailing List Message-ID: Date: Mon, 27 Mar 2017 19:56:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 27/03/2017 16:53, Ivan Gagis wrote: > 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' This error kinds of suggests that you either don't have python3-setuptools installed, or don't have a version which matches your python version > 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? The calm package needed rebuilding for the recent python 3.4 -> 3.6 update. I've uploaded calm-20170327-1, please try that then when it reaches the mirrors. -- 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