11 2022 档案
摘要:TextStyleOpts:文字样式配置项 class TextStyleOpts( # 文字颜色。 color: Optional[str] = None, # 文字字体的风格 # 可选:'normal','italic','oblique' font_style: Optional[str] =
阅读全文
摘要:镜像列表 阿里云 https://mirrors.aliyun.com/pypi/simple 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple 豆瓣 https:
阅读全文
摘要:背景 由于pip版本过高 22.3.1,安装下载pip20.2.4时报以下错误 ValueError: Unable to find resource t64.exe in package pip._vendor.distlib 解决方案: 卸载 setuptools python -m pip u
阅读全文
摘要:可点击左上角文件“选项”-“常规与保存”,勾选“R1C1引用样式”即可
阅读全文
摘要:python 3.9.7 pip 22.3.1 pycharm无法安装第三方库,切换了国内镜像也不行,网上的教程只言片语。本人说下本人遇到的问题以及解决方案。 1.检查下解释器对不对 2.删除原来的python官网镜像,切换国内镜像,以下任选一种 阿里云 https://mirrors.aliyun
阅读全文
摘要:open ~/.bash_profile # 解决常用命令找不到的问题 PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" source ~/.bash_profile 参考: https://blog.csdn.n
阅读全文
摘要:python3执行pip list出现警告 WARNING: You are using pip version 21.2.3; however, version 22.3.1 is available. You should consider upgrading via the 'F:\Pytho
阅读全文
摘要:https://www.python.org/downloads/release/python-397/ 参考 https://blog.csdn.net/Elon15/article/details/125656347
阅读全文
摘要:mac自带python2.7,使用brew下载python3太慢经常容易失败,所以官网下载。本次安装版本为3.9.7 1.官网下载python3.9.7,鼠标滑到最下面,找到对应版本下载,然后一路下一步傻瓜安装成功即可。 安装完成后,Mac会在/library/frameworks/python.f
阅读全文