1

I am facing this error in iPython notebook even after installing running pip install arch command and successfully installing it.

Any help would be highly appreciated.

sufi
  • 157
  • 3
  • 10
  • 1
    Did your ipython version is comparable with your pip version? Maybe you start ipython with version 3 but install `arch` with version 2? – luminousmen Jan 31 '18 at 12:33

1 Answers1

2

Restart the Kernel

To isolate the problem, try importing it in a normal python environment you start in the command line.

ic_fl2
  • 831
  • 9
  • 29