随笔分类 -  python

摘要:# pip install urllib3 import urllib3 # Fetch API data url = "https://api.github.com/users/psf/repos" http = urllib3.PoolManager() response = http.requ 阅读全文
posted @ 2024-03-20 10:03 KeepSmiling_me 阅读(39) 评论(0) 推荐(0)
摘要:安装 https://aka.ms/vs/17/release/vc_redist.x64.exe原文章地址 :ImportError: DLL load failed while importing numpy_ops: The specified module could not be foun 阅读全文
posted @ 2023-08-19 12:14 KeepSmiling_me 阅读(89) 评论(0) 推荐(0)