shakeeltariq
Results
2
comments of
shakeeltariq
was facing the same issue, tried many things, solved by forcefully downgrading to IPython4: `pip install 'IPython==4' --force-reinstall`
Faced the same issue... solved by adding --no-cache-dir to the pip install: `sudo pip install https://github.com/sightmachine/SimpleCV/zipball/master --no-cache-dir`