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. For more options, visit https://groups.google.com/d/optout.
