Python Forum
python and openCV installation
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python and openCV installation
#8
That's strange,make sure you restart Pc.
Start cmd and do this.
Microsoft Windows [Version 10.0.18362.900]
(c) 2019 Microsoft Corporation. Med enerett.

C:\Users\Tom>cd ..

C:\Users>cd ..

C:\>python -c "import sys; print(sys.executable)"
C:\python38\python.exe

C:\>pip -V
pip 20.1.1 from c:\python38\lib\site-packages\pip (python 3.8)

C:\>python
Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC v.1924 64 bit (AM
D64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>>
>>> sys.executable
'C:\\python38\\python.exe'
>>> exit()

C:\>
To copy text in cmd(Right click,Mark all) then <Enter>.
Then can use code tag as i have used over here and not image.
Also do echo %PATH% in cmd and see if you still see path to the other version.
Reply


Messages In This Thread
python and openCV installation - by dejhost - Jul-01-2020, 03:28 PM
RE: python and openCV installation - by snippsat - Jul-01-2020, 04:05 PM
RE: python and openCV installation - by dejhost - Jul-02-2020, 09:30 AM
RE: python and openCV installation - by snippsat - Jul-02-2020, 10:05 AM
RE: python and openCV installation - by dejhost - Jul-02-2020, 11:08 AM
RE: python and openCV installation - by snippsat - Jul-02-2020, 02:06 PM
RE: python and openCV installation - by dejhost - Jul-02-2020, 02:23 PM
RE: python and openCV installation - by snippsat - Jul-02-2020, 03:17 PM
RE: python and openCV installation - by dejhost - Jul-03-2020, 08:10 AM
RE: python and openCV installation - by snippsat - Jul-03-2020, 08:52 AM
RE: python and openCV installation - by dejhost - Jul-03-2020, 09:19 AM
RE: python and openCV installation - by snippsat - Jul-03-2020, 09:48 AM
RE: python and openCV installation - by dejhost - Jul-03-2020, 10:31 AM
RE: python and openCV installation - by snippsat - Jul-03-2020, 10:53 AM
RE: python and openCV installation - by dejhost - Jul-03-2020, 12:08 PM
RE: python and openCV installation - by snippsat - Aug-04-2020, 02:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  White Screen Issue with Toolbar After Python Installation evelynfreya 3 1,436 Apr-30-2025, 06:43 AM
Last Post: encore
  Install a module to a specific to Python Installation (one of many)) tester_V 2 2,617 Oct-29-2024, 03:25 PM
Last Post: snippsat
  Shrink Python installation? Extract site-packages from .zip only on demand? pstein 4 1,947 Oct-28-2024, 04:29 PM
Last Post: snippsat
  Troubleshooting Jupyter Notebook installation with Python using pip and a venv Drone4four 1 2,766 Jun-04-2024, 10:55 PM
Last Post: Drone4four
  Problem with using opencv in python Raunak1023984765 21 12,120 Feb-21-2024, 04:25 PM
Last Post: Pedroski55
  Python installation for old MacOS Yonix 1 1,174 Sep-21-2023, 03:32 PM
Last Post: menator01
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 5,250 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 5,068 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 1,719 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar
  python installation/running inside singularity container erdemath 2 3,447 Sep-21-2022, 08:13 AM
Last Post: erdemath

Forum Jump:

User Panel Messages

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