0

I am trying to install opencv 3.1.0 by the help of following blog(Why? Because I followed the same blog to install opencv in Desktop, but In my Laptop, following issue came)

Here I encountered the following error as --

ujjal@ujjaldas223:~$ source /usr/local/bin/virtualenvwrapper.sh
/home/ujjal/anaconda2/bin/python: No module named virtualenvwrapper
virtualenvwrapper.sh: There was a problem running the initialization hooks. 

If Python could not import the module virtualenvwrapper.hook_loader,
check that virtualenvwrapper has been installed for
VIRTUALENVWRAPPER_PYTHON=/home/ujjal/anaconda2/bin/python and that PATH is
set properly.

I followed the link, but failed to resolve issue. Suggest me how to solve this error. I am using ubuntu 16.04 LTS both in Desktop and laptop.

api55
  • 11,070
  • 4
  • 41
  • 57
Ujjal Kumar Das
  • 191
  • 3
  • 15

1 Answers1

0

I just solved it! The problem was anaconda path appended to python. Removing anaconda2 completely solved the issue.

Ujjal Kumar Das
  • 191
  • 3
  • 15