[IPython-dev] ipython 7.7.0 install issues

Matthias Bussonnier bussonniermatthias at gmail.com
Fri Aug 9 18:52:09 EDT 2019


Then how are you building ?

If you don't give at least some of the commands you are running it's going
to be hard to tell you what's wrong.

Also IPython is pure Python, there should not be any building necessary.

Installing ipython_genutils is fine; deprecated mean it should not be used
for new functionality and that we'e slowly going to remove it; but if you
have to build and install it it's ok.
-- 
Matthias

On Fri, 9 Aug 2019 at 15:27, John Dey <john at fuzzdog.com> wrote:

> I am building everything from source, over 700 modules.
>
> John Dey
> john at fuzzdog.com
>
>
> On Fri, Aug 9, 2019 at 2:28 PM Matthias Bussonnier <
> bussonniermatthias at gmail.com> wrote:
>
>> How are you installing IPython ?
>>
>> When installing with pip or conda; it should pull all the dependencies
>> automatically.
>> --
>> Matthias
>>
>>
>> On Fri, 9 Aug 2019 at 12:59, John Dey <john at fuzzdog.com> wrote:
>>
>>> I'm building Python 3.7.4 with ipython7.7.0.
>>>
>>> Issue:  Ipython depends on traitlets, and traitlets depends on
>>> ipython_genutils.
>>> ipython_genutils has been depreciated. pypi ipython_genutils: "Pretend
>>> this doesn’t exist. Nobody should use it."
>>>
>>> what am I doing wrong?  How to install traitlets?  jgraph also depends
>>> on traitlets.
>>>
>>> ```
>>> >>> import IPython
>>> Traceback (most recent call last):
>>>   File "<stdin>", line 1, in <module>
>>>   File
>>> "/app/easybuild/software/Python/3.7.4-foss-2016b-fh1/lib/python3.7/site-packages/IPython/__init__.py",
>>> line 54, in <module>
>>>     from .core.application import Application
>>>   File
>>> "/app/easybuild/software/Python/3.7.4-foss-2016b-fh1/lib/python3.7/site-packages/IPython/core/application.py",
>>> line 23, in <module>
>>>     from traitlets.config.application import Application,
>>> catch_config_error
>>> ModuleNotFoundError: No module named 'traitlets'
>>> >>> import IPython
>>> Traceback (most recent call last):
>>>   File "<stdin>", line 1, in <module>
>>>   File
>>> "/app/easybuild/software/Python/3.7.4-foss-2016b-fh1/lib/python3.7/site-packages/IPython/__init__.py",
>>> line 54, in <module>
>>>     from .core.application import Application
>>>   File
>>> "/app/easybuild/software/Python/3.7.4-foss-2016b-fh1/lib/python3.7/site-packages/IPython/core/application.py",
>>> line 23, in <module>
>>>     from traitlets.config.application import Application,
>>> catch_config_error
>>> ModuleNotFoundError: No module named 'traitlets'
>>> ```
>>>
>>> John Dey
>>> john at fuzzdog.com
>>> _______________________________________________
>>> IPython-dev mailing list
>>> IPython-dev at python.org
>>> https://mail.python.org/mailman/listinfo/ipython-dev
>>>
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at python.org
>> https://mail.python.org/mailman/listinfo/ipython-dev
>>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at python.org
> https://mail.python.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20190809/c7df6905/attachment-0001.html>


More information about the IPython-dev mailing list