Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #106218 > unrolled thread

install open cv on windows 10 and python 3.5

Started bysaxri89@gmail.com
First post2016-04-01 03:56 -0700
Last post2016-04-02 12:10 -0400
Articles 8 — 5 participants

Back to article view | Back to comp.lang.python


Contents

  install open cv on windows 10 and python 3.5 saxri89@gmail.com - 2016-04-01 03:56 -0700
    Re: install open cv on windows 10 and python 3.5 Terry Reedy <tjreedy@udel.edu> - 2016-04-01 14:31 -0400
    Re: install open cv on windows 10 and python 3.5 saxri89@gmail.com - 2016-04-01 12:11 -0700
      Re: install open cv on windows 10 and python 3.5 MRAB <python@mrabarnett.plus.com> - 2016-04-01 21:33 +0100
    Re: install open cv on windows 10 and python 3.5 saxri89@gmail.com - 2016-04-01 13:38 -0700
    Re: install open cv on windows 10 and python 3.5 Xristos Xristoou <saxri89@gmail.com> - 2016-04-01 14:37 -0700
    Re: install open cv on windows 10 and python 3.5 Xristos Xristoou <saxri89@gmail.com> - 2016-04-02 00:03 -0700
      Re: install open cv on windows 10 and python 3.5 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-04-02 12:10 -0400

#106218 — install open cv on windows 10 and python 3.5

Fromsaxri89@gmail.com
Date2016-04-01 03:56 -0700
Subjectinstall open cv on windows 10 and python 3.5
Message-ID<8b4a2755-388a-43fa-8ab3-ae416ff87950@googlegroups.com>
hello,

i have windows 10 and python 3.5 and i want to use
open cv but i think so opencv work only on python 2.7 ?
and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
but not work again

[toc] | [next] | [standalone]


#106245

FromTerry Reedy <tjreedy@udel.edu>
Date2016-04-01 14:31 -0400
Message-ID<mailman.322.1459535522.28225.python-list@python.org>
In reply to#106218
On 4/1/2016 6:56 AM, saxri89@gmail.com wrote:
> hello,
>
> i have windows 10 and python 3.5 and i want to use
> open cv but i think so opencv work only on python 2.7 ?

The following link has binaries for 3.4 and 3.5 as well.  I believe 
Gohlke tests his binaries, so I expect them to work.

> and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
> but not work again

I don't know what 'not work again' means here.

-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#106246

Fromsaxri89@gmail.com
Date2016-04-01 12:11 -0700
Message-ID<044d7b5a-99b4-44d9-abdb-b7651c0d87b3@googlegroups.com>
In reply to#106218
Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης sax...@gmail.com έγραψε:
> hello,
> 
> i have windows 10 and python 3.5 and i want to use
> open cv but i think so opencv work only on python 2.7 ?
> and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
> but not work again

i install opencv_python-3.1.0-cp35-none-win32.whl 
but if i import cv2 or import opencv
then show me no module with that name

[toc] | [prev] | [next] | [standalone]


#106257

FromMRAB <python@mrabarnett.plus.com>
Date2016-04-01 21:33 +0100
Message-ID<mailman.330.1459542982.28225.python-list@python.org>
In reply to#106246
On 2016-04-01 20:11, saxri89@gmail.com wrote:
> Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης sax...@gmail.com έγραψε:
>> hello,
>>
>> i have windows 10 and python 3.5 and i want to use
>> open cv but i think so opencv work only on python 2.7 ?
>> and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
>> but not work again
>
> i install opencv_python-3.1.0-cp35-none-win32.whl
> but if i import cv2 or import opencv
> then show me no module with that name
>
"OpenCV" is the name of the project, not the name of a module.

The name of the module "cv2".

[toc] | [prev] | [next] | [standalone]


#106258

Fromsaxri89@gmail.com
Date2016-04-01 13:38 -0700
Message-ID<c9ce75fb-3dc5-4d67-bd8d-1649fe87ee3a@googlegroups.com>
In reply to#106218
Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης sax...@gmail.com έγραψε:
> hello,
> 
> i have windows 10 and python 3.5 and i want to use
> open cv but i think so opencv work only on python 2.7 ?
> and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
> but not work again

show me no module name cv2

[toc] | [prev] | [next] | [standalone]


#106265

FromXristos Xristoou <saxri89@gmail.com>
Date2016-04-01 14:37 -0700
Message-ID<d38dc2e0-df94-4d7e-b1e1-8896aba03c15@googlegroups.com>
In reply to#106218
Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε:
> hello,
> 
> i have windows 10 and python 3.5 and i want to use
> open cv but i think so opencv work only on python 2.7 ?
> and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
> but not work again

in my site-packages i have :
opencv_python-3.1.0.dist-info
cv2.cp35-win32.pyd
cv2.pyd
cv
and more opencv.dlls
yes i have and python2.7 for other version
in pip install succefully

[toc] | [prev] | [next] | [standalone]


#106278

FromXristos Xristoou <saxri89@gmail.com>
Date2016-04-02 00:03 -0700
Message-ID<be43312b-295e-459c-92bf-23ecf57af57e@googlegroups.com>
In reply to#106218
Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε:
> hello,
> 
> i have windows 10 and python 3.5 and i want to use
> open cv but i think so opencv work only on python 2.7 ?
> and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
> but not work again

yes i cant import cv2 on my idle that is my problem

[toc] | [prev] | [next] | [standalone]


#106293

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2016-04-02 12:10 -0400
Message-ID<mailman.368.1459613434.28225.python-list@python.org>
In reply to#106278
On Sat, 2 Apr 2016 00:03:04 -0700 (PDT), Xristos Xristoou
<saxri89@gmail.com> declaimed the following:

>?? ?????????, 1 ???????? 2016 - 1:56:52 ?.?. UTC+3, ? ??????? Xristos Xristoou ??????:
>> hello,
>> 
>> i have windows 10 and python 3.5 and i want to use
>> open cv but i think so opencv work only on python 2.7 ?
>> and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
>> but not work again
>
>yes i cant import cv2 on my idle that is my problem

	So try without using IDLE... Open a command window, type "python", then
enter the import statement at the interpreter prompt.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web