Python3.7 Windows 10 ENV install Sqlite and ssl Dll error fix

  1. fix SQlite 3

    a. find the sqlite3.dll in the python 3.7 env install folder
    b. copy this dll file to yourenv\DLLs folder

    refresh your env and wola, working now

  2. fix the ssl module not available

    a. find libcrypto-1_1-x64.dll and libssl-1_1-x64.dll in your python 3.7 env folder
    b. copy both dll files to yourenv\DLLs folder

Then you should be all set.