求大佬帮忙解决下 pip install selenium 安装selenium第三库报错Command "d:\python\python.exe -u -c "import setuptools, tokenize;file='C:\Users\Administrator\AppData\Local\Temp\pip-install-wltp_5cd\cryptography\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\Administrator\AppData\Local\Temp\pip-record-owhcsdbi\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Administrator\AppData\Local\Temp\pip-install-wltp_5cd\cryptography
pip版本过低,升级一下pip
尝试一下pip3 install selenium
截图最后一行已经建议你执行命令升级版本了,执行命令升级一下再安装试试