问题:pip install -r requirement.txt 进行安装时报 “ pip is configured with locations that require TLS/SSL, however the ssl module in Python is not avail ”
解决办法:将 D:DeveloperMiniconda3Librarybin 目录下的 libcrypto-1_1-x64.dll 和 libssl-1_1-x64.dll文件拷贝到 D:DeveloperMiniconda3DLLs 目录下



