delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/07/28/02:56:17

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A3AC8385700A
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1595919330;
bh=1qKbr/G2Xdhdfl77ajAbISEuLe45CCOJHCcAXTZMdlY=;
h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=gr59Js3H/bkNFOTJ9jcikAfXNtJSrt7k7F9VrX0TPOxX04AyYPgWdGX/rJtLQ9pzx
Qfpws7IF+sBfJ249sOYtx9YTy0RlK6n+jIenWie67EN6nvNwjjrUFq68RJ+xExTXa7
YFfp9xd10Lszd1D2srx+1dYrMX/wcQahd1j3uLAQ=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 28A343858D35
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)
Subject: Re: Dependency problem of ipython 7.16.1-1
To: cygwin AT cygwin DOT com
References: <0a5e4961-3772-c93f-c05f-5bd9a5a2edec AT gmail DOT com>
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>
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 AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <http://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

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
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019