Currently, the following mismatch version situation occurs on Ysul:
- default interpreter is Python 3.5
- libraries are installed for Python 3.4
Python 2.7 isn't affected.
For example the notifications Python CLI client calls python3 and so run on Python 3.5, but pika is installed for 3.4. That leads to:
$ notifications Traceback (most recent call last): File "/usr/local/bin/notifications", line 22, in <module> import pika ImportError: No module named 'pika'