0

I'm trying to run simple python code.

import qutip
b = qutip.Bloch()
b3d = qutip.Bloch3d()
b.make_sphere()

but have

Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Traceback (most recent call last):
  File "tvtk_classes/tvtk_helper.py", line 22, in get_module
ModuleNotFoundError: No module named 'tvtk.custom.light'

During handling of the above exception, another exception occurred:

RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf
furas
  • 134,197
  • 12
  • 106
  • 148
Moorhuhn
  • 1
  • 2
  • probably related to https://github.com/freqtrade/freqtrade/issues/4281 and https://stackoverflow.com/q/33859531/4063051 – glS Nov 06 '22 at 13:25

0 Answers0