douban / gobeansdb

Distributed object storage server from Douban Inc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在 make pytest 步骤出错的解决方法

kangni opened this issue · comments

在这个步骤出错,发现是 libmc 的依赖 Cython 安装失败。

Download error on https://pypi.org/simple/Cython/....


先在测试 venv 环境下手动安装依赖

pip install Cython>=0.20 -i https://pypi.douban.com/simple

再执行下面命令即可

make pytest

Enjoy 🙌