I want to use PyROOT on Windows 10 using Jupyter but when I run
import ROOT
I get the message:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-6-ee8dc4376aa8> in <module>
----> 1 import ROOT
c:\root_v6.20.02\bin\ROOT.py in <module>
22 ### system and interpreter setup ------------------------------------------------
23 import os, sys, types
---> 24 import cppyy
25
26 ## there's no version_info in 1.5.2
c:\root_v6.20.02\bin\cppyy.py in <module>
59 sys.setdlopenflags( 0x100 | 0x2 ) # RTLD_GLOBAL | RTLD_NOW
60
---> 61 import libPyROOT as _backend
62
63 # reset dl flags if needed
ImportError: DLL load failed while importing libPyROOT: %1: not Win32 application.
Could you suggest any solution for this problem?