public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Dependency problem of ipython 7.16.1-1
@ 2020-07-27 16:18 ggl329
  2020-07-28  6:55 ` Marco Atzeri
  0 siblings, 1 reply; 2+ messages in thread
From: ggl329 @ 2020-07-27 16:18 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Dependency problem of ipython 7.16.1-1
  2020-07-27 16:18 Dependency problem of ipython 7.16.1-1 ggl329
@ 2020-07-28  6:55 ` Marco Atzeri
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Atzeri @ 2020-07-28  6:55 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-28  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27 16:18 Dependency problem of ipython 7.16.1-1 ggl329
2020-07-28  6:55 ` Marco Atzeri

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).