That's what I get from a python3 console

python2 qt.run() works fine

Type "help", "copyright", "credits" or "license" for more information.
>>> import qutip.testing as qt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/pi/git/qut/qutip/qutip/__init__.py", line 214, in <module>
    from qutip.qobj import *
  File "/home/pi/git/qut/qutip/qutip/qobj.py", line 60, in <module>
    from qutip.ptrace import _ptrace
  File "/home/pi/git/qut/qutip/qutip/ptrace.py", line 38, in <module>
    from qutip.sparse import sp_reshape
  File "/home/pi/git/qut/qutip/qutip/sparse.py", line 44, in <module>
    import scipy.sparse.linalg as spla
File "/usr/lib/python3/dist-packages/scipy/sparse/linalg/__init__.py", line 112, in <module>
    from .isolve import *
File "/usr/lib/python3/dist-packages/scipy/sparse/linalg/isolve/__init__.py", line 6, in <module>
    from .iterative import *
File "/usr/lib/python3/dist-packages/scipy/sparse/linalg/isolve/iterative.py", line 10, in <module>
    from scipy._lib.decorator import decorator
ImportError: No module named 'scipy._lib.decorator'
>>>


Le 19/08/2016 à 17:57, Thomas Kluyver a écrit :
On 19 August 2016 at 16:02, Henri Girard <[email protected] <mailto:[email protected]>> wrote:

    I just did it. Effectivly it shows both version, but python3
    doesn't find import qutip.


Is qutip definitely installed in both versions? You typically have to install Python packages separately in each version of Python you use.
--
You received this message because you are subscribed to a topic in the Google Groups "Project Jupyter" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/jupyter/n9oH9N5daS8/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qjXQTZG1ruwFM5Th6hdVRpfwOvaCRK01To2tVQjAGGimw%40mail.gmail.com <https://groups.google.com/d/msgid/jupyter/CAOvn4qjXQTZG1ruwFM5Th6hdVRpfwOvaCRK01To2tVQjAGGimw%40mail.gmail.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/9fe22169-4f35-4431-aef2-decc12180232%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to