Something appears to have added a startup file (see in ~/.ipython/profile_default/startup ) which IPython is trying to execute. What files are in that folder? Can you show the rest of the traceback?
On 24 April 2017 at 15:32, Xtian Simon <[email protected]> wrote: > Thanks for the response Thomas. > > *The error you show looks like you're running code written for Python 2 on > Python 3.* > I haven't run any code yet. The errors I'm experiencing with iPython CLI > are happening when I launch the application. > The environment is all from the Archlinux Python > <https://pastebin.com/0K4pGRLv> packages. There are Python2 and Python3 > packages on the system, but on Arch you need to explicitly call python2.7 > to use those packages. Python3 is the default environment. > > I've been working on a project without virtual environment using iPython > and Jupyter and Python3. > Only when I wanted to add a new module from PyPi and install it inside the > VENV did I discover the problem. > I can run the code from the default python interpreter. It seems to only > effect iPython. > > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/c15dbe7d-5e0c-4dce-b08c-0a2b7ee1ce1e%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/c15dbe7d-5e0c-4dce-b08c-0a2b7ee1ce1e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qgHKyYYe8D7XKxvSpY7F7C89ODVYjBzyj%2BxTu2xtzxnKg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
