public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: ggl329 <ggl329@gmail.com>
To: cygwin@cygwin.com
Subject: Dependency problem of ipython 7.16.1-1
Date: Tue, 28 Jul 2020 01:18:55 +0900	[thread overview]
Message-ID: <0a5e4961-3772-c93f-c05f-5bd9a5a2edec@gmail.com> (raw)

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

             reply	other threads:[~2020-07-27 16:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-27 16:18 ggl329 [this message]
2020-07-28  6:55 ` Marco Atzeri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0a5e4961-3772-c93f-c05f-5bd9a5a2edec@gmail.com \
    --to=ggl329@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).