摘要: 错误的原因:安装项目依赖包的文件命令: pip install -r requirement.txt 问题:ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirement.txt' 阅读全文
posted @ 2023-11-17 11:33 娜乌西卡在路上 阅读(4903) 评论(0) 推荐(0)
摘要: 简单配置,配置完成后,使用起来一点不简单。 第一步,为.py文件添加头部信息 路径:File->Setting->Editor->File and Code Templates ->Pthon Script 内容: #! /usr/bin/python3# coding=utf-8# @Time: 阅读全文
posted @ 2023-11-17 10:30 娜乌西卡在路上 阅读(91) 评论(0) 推荐(0)