-
fix SQlite 3
a. find the sqlite3.dll in the python 3.7 env install folder
b. copy this dll file to yourenv\DLLs folderrefresh your env and wola, working now
-
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.