delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/07/27/12:19:49

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CB99A386F002
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1595866743;
bh=i8gp7IXvT9yctarZGj2dfrgese8/KQ1eIFltnzuZta0=;
h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:From;
b=Ongt7kLWElDAtXYm00ReCxXQSlDqoRdzWCb0rdAzTomDYw1Z/1sN5t4RPSmMaofuX
/tpIEZf2BJ/SRLaT9iwAlCvuh7wYx1FgYoSV0AKn6GbUvs3rXSJ6pLWPQOUVVrJING
OLeNnSEeYkLTNQeOawl6ewFlhoZ2BXDJX80EabH8=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B28583857030
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:to:from:subject:message-id:date:user-agent
:mime-version:content-language:content-transfer-encoding;
bh=WFZXGv6Wf5p8CrYH2LHkqMkEGa4snJUGD1vyTtnQgL4=;
b=b6CPsOecc9vJ8/Wpt0HyEF0cibgZfJOrBLoiDqXytWkJRQZFilcQuFh5L4tmW+TOyx
mkaQAhTOf5o03uJH0OSaHCk/b3LUfPKD2rkqv8i3bTF2TRXCS9QKfgX0iKv2/HVP3rNn
GJ1za1dVBrlPrPTCpNaCzNsNd3hpNnQHoSE02EvKS/9iDS+8GIqi7sopbP1kGuJoX3Lt
HnDvqBGzeVoYEc014GYNENDjQtx79zWvj6jF1OX6kutVxAQJFnON4uvc34Qso16rQIPT
YuLfB16cweaOAxoIqG0xYQsdsl8KoP3Jp+NdXlgiTj8MSnYA+48pYOv2UdK2V4piv9dV
mXFw==
X-Gm-Message-State: AOAM531rQcqQ3mPhrDtj5LiloZetzmo+6qImsAJXoSdZGPZ6ApgUp3T6
V2bfywMSov9A8yTE6chDLuQ=
X-Google-Smtp-Source: ABdhPJxMZbvdnrHDMbWP85/UQCQYNEvr1OsxA1hg15pmYC0TY0Dr7/7YcLuuYJTLzxX52I/nCWB4uA==
X-Received: by 2002:a17:90a:cc:: with SMTP id v12mr81131pjd.96.1595866739863;
Mon, 27 Jul 2020 09:18:59 -0700 (PDT)
To: cygwin AT cygwin DOT com
Subject: Dependency problem of ipython 7.16.1-1
Message-ID: <0a5e4961-3772-c93f-c05f-5bd9a5a2edec@gmail.com>
Date: Tue, 28 Jul 2020 01:18:55 +0900
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101
Thunderbird/68.10.0
MIME-Version: 1.0
X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT,
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-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: ggl329 via Cygwin <cygwin AT cygwin DOT com>
Reply-To: ggl329 <ggl329 AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

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?

$ ipython3.6
Traceback (most recent call last):
   File "/usr/bin/ipython3.6", line 5, in <module>
     from IPython import start_ipython
   File "/usr/lib/python3.6/site-packages/IPython/__init__.py", line 56, in <module>
     from .terminal.embed import embed
   File "/usr/lib/python3.6/site-packages/IPython/terminal/embed.py", line 15, in <module>
     from IPython.core.interactiveshell import DummyMod, InteractiveShell
   File "/usr/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 43, in <module>
     from IPython.core.events import EventManager, available_events
   File "/usr/lib/python3.6/site-packages/IPython/core/events.py", line 16, in <module>
     from backcall import callback_prototype
ModuleNotFoundError: No module named 'backcall'


-- 
   ggl329
--
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