Posts

Showing posts from March, 2019

Useful content

   open cv https://stackoverflow.com/questions/40128751/how-to-install-opencv-2-4-13-for-python-2-7-on-ubuntu-16-04 Note: pip install pygame numpy matplotlib h5py scipy   To remove pip sudo apt-get --purge autoremove python3-pip   Resolved error https://github.com/ankush-me/SynthText/pull/118/files   Install pip curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py pip install pygame numpy matplotlib h5py scipy pip install opencv-python pip install pillow pip install wget ...................................................     whereis python3.5 It will give you this directory     /usr/local/bin/python3.5 Then remove this directory     rm -Rf /usr/local/bin/python3.5 ..................................................    If wifi is not coming sudo nano resolv.conf .................................................... Error E: Could not get lo...