-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encountered error while trying to install package. ╰─> mmh3 #60
Comments
mmh3模块安装问题,尝试手动重新安装这个模块,或者选择合适版本。 |
请问手动安装是指? 自己下载此模块吗? 如果下载的话需要下载哪个版本呢? |
pip install mmh3 |
python2版本的试过了,也不行。。。单独安装mmh3也不行, 安装mmh3全称也不行,都试过。。。 |
kunyu支持的是python3环境, |
我明白、、刚试了 pip install mmh3 出现 error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27 。 可能知道是什么原因了,我先自己解决一下吧。 |
已经安装了 Visual C++ 9.0 64位和32位都安装了 pip install mmh3 还是报错? 难道windows不能使用kunyu? D:\Tools\1信息收集\Kunyu-1.7.2\Kunyu-1.7.2>pip2 install mmh3 |
肯定不是啊。。。。你看看报错,你这不还是拿python2在装。。。 |
用python3安装总报最开始的问题。 Kunyu-1.7.2\Kunyu-1.7.2>pip3 install mmh3 × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Running setup.py install for mmh3 did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
安装环境总是提示 这个,请问如何解决呀?
Running setup.py install for mmh3 ... error
error: subprocess-exited-with-error
× Running setup.py install for mmh3 did not run successfully.
│ exit code: 1
╰─> [11 lines of output]
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> mmh3
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
The text was updated successfully, but these errors were encountered: