1:这时我们需要安装cryptography
pip install -I cryptography
2:安装时会发生错误,需要更新pip版本,这里使用easy_install pip
3:再次安装cryptography,还是无法成功,错误如下:Consider using the --user option or check the permissions.我们需要使用权限,在install 后面加上–user
pip install --user -I cryptography
使用scrapy创建项目时发生错误
最新推荐文章于 2024-04-15 22:48:05 发布
本文详细介绍了在Python环境中安装cryptography库可能遇到的错误及解决方案,包括更新pip版本、使用--user选项安装等步骤。
867

被折叠的 条评论
为什么被折叠?



