Python Forum
OpenCV installation issue
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenCV installation issue
#4
Hi,

Python can be case sensitive.

So if you install a package/library as DUMMY then you will need to import it into your script as DUMMY i.e. the libraries can be case sensitive.

If however the library is called Dummy then you will need to refer to it as Dummy and *not* DUMMY or dummy.

In your post you referred to the library as OpenCV but in your pip command it was opencv_python.

So you *could* have two seperate libraries, one called DUMMY_ONE and one called Dummy_One. These would be treated as two different libraries.

Does this make more sense?

Hi,

Further to earlier reply....

Have you seen snippsats link to OpenCV help this came from this thread  posted on the 15th Aug 2017. It is not a package that I use.... But hopefully may help.

Good Luck

Bass

"The good thing about standards is that you have so many to choose from" Andy S. Tanenbaum
Reply


Messages In This Thread
OpenCV installation issue - by NOOBscripts - Aug-17-2017, 11:58 AM
RE: OpenCV installation issue - by Bass - Aug-17-2017, 12:05 PM
RE: OpenCV installation issue - by NOOBscripts - Aug-17-2017, 12:16 PM
RE: OpenCV installation issue - by Bass - Aug-17-2017, 12:24 PM
RE: OpenCV installation issue - by snippsat - Aug-17-2017, 01:07 PM
RE: OpenCV installation issue - by NOOBscripts - Aug-17-2017, 01:33 PM
RE: OpenCV installation issue - by snippsat - Aug-17-2017, 01:53 PM
RE: OpenCV installation issue - by NOOBscripts - Aug-17-2017, 02:56 PM
RE: OpenCV installation issue - by snippsat - Aug-17-2017, 03:09 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020