随笔分类 - python
记录一下python的学习历程
开始于2023年4月19日
摘要:不在IDE内部运行python的原因: 1.python是脚本语言,只需要python解释器就能运行 2.IDE切换不同版本python解释器繁琐(相对于conda) 3.IDE安装包可能出错 4.运行有参数的程序比较繁琐 5.远程启动程序时不熟练(如运行在服务器上的程序) jupyter lab在
阅读全文
摘要:创建新环境: conda create -n py2 python=2.7 conda create -n 环境名字 python版本 删除环境: conda remove -n py2 --all conda remove -n 环境名字 --all (--all是清除全部) 列出当前所有环境:
阅读全文
摘要:命令行输入: pip install mediapipe 报错: Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: Could not find a version that satisfies the requi
阅读全文

浙公网安备 33010602011771号