From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) by sourceware.org (Postfix) with ESMTPS id 28A343858D35 for ; Tue, 28 Jul 2020 06:55:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 28A343858D35 Received: by mail-ed1-x52f.google.com with SMTP id z17so13933807edr.9 for ; Mon, 27 Jul 2020 23:55:28 -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-language :content-transfer-encoding; bh=1HZGDUvWO+WRyxlxNPgTTP4jbN9yVw7sHRpCOuIF+lU=; b=oVoqC1Gruw8dOWbvpbC+efpzVzghr5QGJzIGPrGrYkIeB+q5Tyvur3FgtSXfXDYU3X n54LqxwJRFlJsXvauV4tyZ4bd/GdLIFtdJklOYIHJrIRSOxZ/Yee0X64sLI6fvJ27KKE HjuN61AuCpVo9uedkLetNEmmj34THTVDjLw9LQ/D0FAQDWoivLecNs3r19JkBbO3/DgB pMiXln/Xh943S07U1HzcjeVV1bbqPMQ9moLh1eb+wYGLs8NWrhCWOKRQOCvn5HRnPTXG CA9Tts1Jv34LYY0v8xtJWnHTNtCPAN+4MjQM3x2Eu4kwtv0mu1dzQ8VPunvZSDLfclhv PZ2w== X-Gm-Message-State: AOAM533yaCgKooTeBfhqsV+g123JXAKwNn2PbTpFr0MdL/fWWVrh/bCJ p0URIb9QoQg6lYVBppNndTVDMjZjMVo= X-Google-Smtp-Source: ABdhPJwur1Q/xRyiXeZUnJ+vK/S1PK4rTVl/eU8Ii2gQKhqffPVhA3/QsdkwDZKcHtmunYuRZK/cxw== X-Received: by 2002:a05:6402:1d97:: with SMTP id dk23mr25367988edb.1.1595919327000; Mon, 27 Jul 2020 23:55:27 -0700 (PDT) Received: from [192.168.2.121] (pd9ed58c0.dip0.t-ipconnect.de. [217.237.88.192]) by smtp.gmail.com with ESMTPSA id f16sm8545090ejr.0.2020.07.27.23.55.26 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Jul 2020 23:55:26 -0700 (PDT) Subject: Re: Dependency problem of ipython 7.16.1-1 To: cygwin@cygwin.com References: <0a5e4961-3772-c93f-c05f-5bd9a5a2edec@gmail.com> From: Marco Atzeri Message-ID: <19c2274c-76a8-cfad-0679-ba0fd05ac892@gmail.com> Date: Tue, 28 Jul 2020 08:55:25 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <0a5e4961-3772-c93f-c05f-5bd9a5a2edec@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2020 06:55:29 -0000 On 27.07.2020 18:18, ggl329 via Cygwin wrote: > Hi all, > > Recently, I upgraded python36-ipython to 7.16.1-1 and got an error shown > below. > The upgraded ipython seems to depend on backcall module > (https://github.com/takluyver/backcall). > But cygwin doesn't have python-backcall package. > Is there anyone who will provide python-backcall package? > it is now up. Install python36-backcall $ /usr/bin/ipython3.6 Python 3.6.10 (default, Jun 8 2020, 19:37:31) Type 'copyright', 'credits' or 'license' for more information IPython 7.16.1 -- An enhanced Interactive Python. Type '?' for help. In [1]: if you find other problems let us know. I am aware that "iptest" requires "nose", I am working on it. Regards Marco