标签:runtime lang error uninstall this flow 提示 http 错误
提示如下错误:
module compiled against API version 0xb but this version of numpy is 0xa
尝试的方法:
pip install numpy --upgrade 有效
之前还尝试了:
conda install bcolz -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
pip install bcolz
pip uninstall bcolz
参考:
https://stackoverflow.com/questions/33859531/runtimeerror-module-compiled-against-api-version-a-but-this-version-of-numpy-is
https://stackoverflow.com/questions/28517937/how-can-i-upgrade-numpy
https://github.com/ricequant/rqalpha/issues/134
node18 服务器上 pytorch cyclegan 测试有问题,numpy 版本不对
标签:runtime lang error uninstall this flow 提示 http 错误
原文地址:http://www.cnblogs.com/wlwsea/p/7541396.html