I am new to Linux and Raspberry Pi, so I am sorry if this is a trivial question or if I did not mention some important information.
To my problem:
I have a fresh install of Raspbian Stretch on a Raspberry Pi 3B+ and want to install OpenCV on it. For this tutorial: https://www.pyimagesearch.com/2017/09/04/raspbian-stretch-install-opencv-3-python-on-your-raspberry-pi/
Within this tutorial, it is also recommended to use virtual environments for programming in Python. Therefore, the packages virtualenv and virtualenvwrapper are installed. However, once I enter the command sudo pip install virtualenv virtualenvwrapper, I get the following error message:
ERROR: Package'stevedore' requires a different Python: 3.5.3 not in '>=3.6'
The first thing I tried to solve the problem was to upgrade Python to a higher version. So now the command python3 --version' returns '3.6.9. However, this did not help and the error persisted. I also tried using pip3 within the command but then I get the following message: "pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available." which then led to a different error. I also tried downloading the package directly from https://www.piwheels.org/ but without success.
Does anyone have an idea how to solve this issue? Thanks in advance.
sudo pippackages. linux uses python in its operation. when you start borking with the system python packages, and break something, instead of having 1 project, or one user account with screwwy packages, your whole OS gets temperamental. pypi.org/project/stevedore python3,5? bro thats like a 1000 years ago in computer time.