热点提取实验踩坑记录
Posted Coding With you.....
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了热点提取实验踩坑记录相关的知识,希望对你有一定的参考价值。
1.报错:ValueError: check_hostname requires server_hostname
需要将vpn关掉测才能正常访问
2.文件格式报错
需要将最终的json文件都变为utf-8形式
3.node2vec 在终端直接安装
pip install node2vec
然后给出一个需要升级pip的警告
/home/asus/anaconda3/bin/python -m pip install --upgrade pip
4.报错:ImportError: cannot import name 'Node2Vec' from partially initialized module 'node2vec' (most likely due to a circular import) (F:\\shiyan\\202111\\Keyword-Extraction-master\\node2vec.py)
在服务器端安装包来跑就好了
5.Python错误:TypeError: 'int' object is not callable解决办法
因为在自己的定义的变量中,名称与函数重名了,需要修改自定义变量的名称才可以调用函数
以上是关于热点提取实验踩坑记录的主要内容,如果未能解决你的问题,请参考以下文章
SLAM十四讲 安装 Eigen3 + Palingo 第3讲实验踩坑记录