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
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
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
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
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
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