
Pypi
Kungreye
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
pip 源 修改
国内主流的pypi源: 豆瓣 阿里云 清华 中科大 官方 考虑到翻墙后,国内的源比较慢,故加上官方源 : https://pypi.org/simple [global] index-url = https://pypi.doubanio.com/simple extra-index-url = https://mirrors.aliyun.com/pypi/simple/ ...原创 2018-06-06 20:04:42 · 1186 阅读 · 0 评论 -
MacOS 安装 pyfasttext报错解决方案
https://github.com/vrasneur/pyfasttext/issues/51 系统环境: MacOS Mojave 10.14.6 Python 3.6.8 按照 pyfasttext 给的方式安装,均出现类似的报错: 法1. pip 安装 前置依赖 pip install cython pip install cysignals 安装 pip install pyf...原创 2019-09-18 16:02:03 · 1194 阅读 · 0 评论