54556/how-to-solve-the-error-ssl-module-not-found
Hey, @There,
nstall the necessary packages for Python and ssl: $ sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev
Download and unzip "Python-3.6.8.tar.xz" from https://www.python.org/ftp/python/ into your home directory.
Open terminal in that directory and run: $ ./configure
Build and install: $ sudo make && sudo make install
Install packages with: $ pip3 install package_name
To print the message that file is not ...READ MORE
Hi@Umama, If you are using Linux system, then ...READ MORE
You can run this command pip install -U ...READ MORE
Hi, If you successfully installed opencv in your ...READ MORE
Hi@Jefferson, You need to use the read function in your ...READ MORE
Hi@akhtar, You can download the shapely module in ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
You can simply the built-in function in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.