./pip install  hmmlearn 这个包安装失败了

发布于 2022-01-03 17:40:54 字数 3010 浏览 1003 评论 2

    copying hmmlearn/hmm.py -> build/lib.linux-x86_64-3.7/hmmlearn
    copying hmmlearn/stats.py -> build/lib.linux-x86_64-3.7/hmmlearn
    copying hmmlearn/utils.py -> build/lib.linux-x86_64-3.7/hmmlearn
    creating build/lib.linux-x86_64-3.7/hmmlearn/tests
    copying hmmlearn/tests/__init__.py -> build/lib.linux-x86_64-3.7/hmmlearn/tests
    copying hmmlearn/tests/conftest.py -> build/lib.linux-x86_64-3.7/hmmlearn/tests
    copying hmmlearn/tests/test_base.py -> build/lib.linux-x86_64-3.7/hmmlearn/tests
    copying hmmlearn/tests/test_gaussian_hmm.py -> build/lib.linux-x86_64-3.7/hmmlearn/tests
    copying hmmlearn/tests/test_gmm_hmm.py -> build/lib.linux-x86_64-3.7/hmmlearn/tests
    copying hmmlearn/tests/test_gmm_hmm_new.py -> build/lib.linux-x86_64-3.7/hmmlearn/tests
    copying hmmlearn/tests/test_multinomial_hmm.py -> build/lib.linux-x86_64-3.7/hmmlearn/tests
    copying hmmlearn/tests/test_utils.py -> build/lib.linux-x86_64-3.7/hmmlearn/tests
    running build_ext
    building 'hmmlearn._hmmc' extension
    Warning: Can't read registry to find the necessary compiler setting
    Make sure that Python modules winreg, win32api or win32con are installed.
    C compiler: gcc -pthread -B /root/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
    
    creating build/temp.linux-x86_64-3.7
    creating build/temp.linux-x86_64-3.7/hmmlearn
    compile options: '-I/root/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/root/anaconda3/include/python3.7m -c'
    extra options: '-O3'
    gcc: hmmlearn/_hmmc.c
    error: Command "gcc -pthread -B /root/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/root/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/root/anaconda3/include/python3.7m -c hmmlearn/_hmmc.c -o build/temp.linux-x86_64-3.7/hmmlearn/_hmmc.o -O3" failed with exit status 127
    
    ----------------------------------------
Command "/root/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-fvkowr26/hmmlearn/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-comorcnu/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-fvkowr26/hmmlearn/
[root@localhost bin]# ./pip install  hmmlearn
 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

海之角 2022-01-07 07:20:45

直接找whl来装吧 win平台下就是有很多编译方面的问题

韬韬不绝 2022-01-06 13:56:38

Make sure that Python modules winreg, win32api or win32con are installed.

这些包安装了吗?

或者试试这个方法

https://blog.csdn.net/qq_39516859/article/details/80178751

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文