
python遇到问题
文章平均质量分 61
zouqican
可惜没有如果
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python安装wordcloud报错解决
1.问题:我用的是python3.6.3,Windows10 64位。今天想起要安装词云wordcloud库,但是却报错了。没有遇到过这种情况。我想gg了。然后按照提示去下载Visual C++14.0,安装了重启后,但是pip insstall wordcloud时也是这样。这不是搞笑吗?2.思路:a.pip install wordcloud 的是wordcloud.1.4.1.tar.gz也...原创 2018-05-16 08:36:42 · 7424 阅读 · 7 评论 -
解决Python中FutureWarning: `np.complex128 == np.dtype(complex).type`.问题
今天使用python进行数据科学可视化,运行文件时出现:Warning (from warnings module): File "C:\Users\zouqican\AppData\Local\Programs\Python\Python36\lib\site-packages\tvtk\array_handler.py", line 268 assert not numpy.i...原创 2018-07-23 23:54:17 · 3936 阅读 · 1 评论 -
解决numpy中的numpy boolean substract,the '-' operator 错误
今天在学习数据分析时,遇到了:TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead. 就是说numpy boolean subtract is d...原创 2018-09-28 20:03:32 · 10566 阅读 · 4 评论