自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 问答 (8)
  • 收藏
  • 关注

原创 python3.7版本安装numpy库和pandas库

win10系统 python3.7版本下载numpy和pandas库:1、首先安装cython库2、在安装numpy或pandas库

2021-11-13 22:05:55 7380 2

原创 2021-08-19

标题 成功解决xxx.py: error: the following arguments are required: --model例子run.py: error: the following arguments are required: --model在运行模型时,遇到以上问题,可以参考以下步骤:1、 点击页面中 顶栏的“运行(run)”2、然后再点击“编辑配置(Edit Configurations”)3、在Parameters 中填写—model+ 所需要模型我的就是–m

2021-08-19 19:47:01 393

原创 # 解决问题*AttributeError: ‘NoneType‘ object has no attribute ‘seconds‘

解决问题*AttributeError: ‘NoneType’ object has no attribute ‘seconds’时间属性 _运行起止时间修改之前:import datetimestarttime = datetime.datetime.now()endtime = datetime.datetime.now()print(endtime - starttime).seconds修改之后:import datetimestarttime = datetime.datetim

2021-06-26 13:03:27 923

原创 解决_tkinter.TclError: couldn‘t recognize data in image file “tupian.jpg“

**解决_tkinter.TclError: couldn’t recognize data in image file “tupian.jpg”**出现该问题的原因是tkinter.PhotoImage()仅支持GIF and PGM/PPM 文件格式等几种不常用的图片格式。将图片格式更改为GIF and PGM/PPM,然后再运行...

2021-05-13 22:44:05 785 1

原创 ## **pycharm 中进行gensim的安装

**pycharm 中进行gensim的安装在使用lda模型分析数据,由于之前没有gensim模型,需要安装gensim。(注意:安装gensim之前需要安装numpy和scipy)

2021-03-16 18:47:50 1048

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除