python部分依赖踩坑
python,部分,依赖
2025-03-18 08:48:48 时间
今天运行脚本时警告:
DependencyWarning: SOCKS support in urllib3 requires the installation of optional dependencies: specifically, PySocks.
For more information, see https://urllib3.readthedocs.io/en/latest/contrib.html#socks-proxies
我的python
版本为2.7.17
于是安装对应的模块
pip install win-inet-pton
发现还有一个警告:
CryptographyDeprecationWarningPython 2 is no longer supported by the Python core team
于是我先卸载
pip uninstall cryptography
然后安装适配的版本
pip install cryptography==2.6
再次运行即可
相关文章
- 2.1pycharm 设置Python模块的搜索路径的方式「建议收藏」
- 使用 setup.py 将 Python 库打包分发到 PyPI 踩坑指南
- Python,PyCharm,Anaconda三者间的关系
- 遗传算法做多目标优化_python 遗传算法
- python读写json_python格式化json
- Python继续霸榜,SQL写得溜,面试或许能加分
- 分类变量的卡方检验(python实现&SPSS实现)「建议收藏」
- pycharm如何运行ipynb_python安装jupyter
- pycharm需要设置环境变量吗_pycharm怎么打开python环境
- python写入txt文件中文乱码_python中怎么输入文件
- python怎么安装matplotlib.pyplot_python安装matplotlib模块
- Python-drf前戏38.1-前端Vue01
- 【InventWithPython 第一部分】校对活动正式启动
- Python实战 | 送亲戚,送长辈,“ 月饼 ”可视化大屏来帮忙。
- Python基础19-面向对象(高级)
- Python-drf前戏38.4-前端Vue04
- Python 模板渲染库 yaml 和 jinja2 的实战经验分享
- Python基础07-函数
- pycharm安装opencv-python_pycharm opencv
- pycharm中使用anaconda部署python环境_anaconda pycharm环境配置