【发布时间】:2015-01-17 16:49:49
【问题描述】:
当尝试在 Windows XP 上使用 Python 2.78 和 Visual C++ 2008 Express Edition 通过 pip 安装 scikit-bio 工具包时,该过程被 VC 发出的以下消息中断:
cl : Command line error D8021 : invalid numeric argument '/Wno-error=declaration
-after-statement'
关于这个错误,微软开发者网络网站只是说:
invalid numeric argument 'number'
A number greater than 65,534 was specified as a numeric argument.
我(还)没有尝试在 Linux(Ubuntu 12.04 Precise)下安装 scikit-bio,但我的印象是它可以正常工作(就像 Linux 一样)。
有没有人在 Windows(XP、7、8)下成功安装过 scikit-bio?有什么提示吗?
提前致谢!
【问题讨论】:
标签: python c++ windows scikits skbio