0

I would like to use a pyROOT module in my software under the pycharm IDE. My problem is that the IDE doesn't recognize any of root modules. Can you tell me what should I do to fix this issue?

user1877600
  • 627
  • 1
  • 9
  • 26

1 Answers1

0

As discussed here, you can probably fix this by doing;

"If you select the correct project and go to File > Settings, under the Project Settings you can see the Project Interpreter which tells you which interpreter is being used."

Once you've selected to the correct interpreter, you'll also need to install PYRoot as explained here.

You can install rootpy bindings using pip, explained here and here.

Community
  • 1
  • 1
SleepyCal
  • 5,739
  • 5
  • 33
  • 47