pypy安装numpy, pands, talib¶ 安装numpy¶ 1、pypyxxx/pip install cython (可不做) 2、pypyxxx/pip install numpy==1.15(默认最新1.16版本会报错) 安装pandas¶ 1、yum install gcc-c++ (可不做) 2、pypyxxx/pip install pandas==0.23.4(默认最新版本会报错) 安装talib¶ 1、pip_pypy3 install TA-Lib