Re: cv2 in python (Fedora 28)

2018-11-01 Thread Howard Howell
After you do the dnf install portion, you have to do the pip install in most cases. Regards, Les H On Wed, 2018-10-31 at 23:19 -0500, Ranjan Maitra wrote: > Hi, > > I have been trying to run some code on F28 (in python) from the > following site: > https://github.com/AntiAegis/Iris-Recognition#v

Re: cv2 in python (Fedora 28)

2018-10-31 Thread Samuel Sieb
On 10/31/18 10:35 PM, Robbi Nespu wrote: On 11/1/18 12:19 PM, Ranjan Maitra wrote: I cannot figure out how to get this module on Fedora. I have tried installing many python3 packages but can not seem to hit it. Any suggestions? Have you tried "pip install opencv-python" ? Please don't sugge

Re: cv2 in python (Fedora 28)

2018-10-31 Thread Robbi Nespu
On 11/1/18 12:19 PM, Ranjan Maitra wrote: > I cannot figure out how to get this module on Fedora. I have tried installing > many python3 packages but can not seem to hit it. > Any suggestions? Have you tried "pip install opencv-python" ? -- Robbi Nespu (CPRE, CTFL) Twitter: @robbinespu | Skyp

Re: cv2 in python (Fedora 28) [SOLVED]

2018-10-31 Thread Ranjan Maitra
On Wed, 31 Oct 2018 21:53:20 -0700 Samuel Sieb wrote: > On 10/31/18 9:19 PM, Ranjan Maitra wrote: > > from cv2 import imread > > ModuleNotFoundError: No module named 'cv2' > > > > I cannot figure out how to get this module on Fedora. I have tried > > installing many python3 packages but can not

Re: cv2 in python (Fedora 28)

2018-10-31 Thread Samuel Sieb
On 10/31/18 9:19 PM, Ranjan Maitra wrote: from cv2 import imread ModuleNotFoundError: No module named 'cv2' I cannot figure out how to get this module on Fedora. I have tried installing many python3 packages but can not seem to hit it. That's opencv. So install either python2-opencv or pytho

cv2 in python (Fedora 28)

2018-10-31 Thread Ranjan Maitra
Hi, I have been trying to run some code on F28 (in python) from the following site: https://github.com/AntiAegis/Iris-Recognition#vipython-implementation I get that: . from cv2 import imread ModuleNotFoundError: No module named 'cv2' I cannot figure out how to get this module on Fedora