-
Notifications
You must be signed in to change notification settings - Fork 531
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
lmdeploy Does Not Currently Support macOS #46
Comments
你可以先单独 pip install lagent 这个看一下日志详细的错误,然后再提供一下么 |
不知道为什么还是会报错,我是直接打开terminal后输入pip install lagent的 (base) gorden@GordendeMacBook-Pro ~ % pip install lagent × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
The Mac environment does not support |
BTW, the dependency "lmdeploy" doesn't support MacOS, either. |
If that’s the case, then it seems that MindSearch cannot be deployed on a Mac :( |
@Harold-lkk can MindSearch consider integration with ollama? |
Right now it does not seem to work on MacOS which is very sad. |
Is there a plan to support MacOS ? |
LMDeploy has no plan to do that. |
The bast inference server for OSX is mlc and it is very fast even on M1. Install
Run the server with Mistral 7B
Open the client UIAccess https://chat.webllm.ai/ Click settings and change the URL to localhost:7860: Go Back to setting and you will see the single model that is now available on the server, e.g. http://localhost:7860/v1/models will output Mistral-7B-Instruct-v0.2-q4f16_1-MLC Good luck |
Step1的3行code运行完后会提示:
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting git+https://github.com/InternLM/lagent.git (from -r requirements.txt (line 4))
Cloning https://github.com/InternLM/lagent.git to /private/var/folders/hx/ppfmd7yd6472qdqzd93zqz5r0000gn/T/pip-req-build-1e1jeo3q
Running command git clone --filter=blob:none --quiet https://github.com/InternLM/lagent.git /private/var/folders/hx/ppfmd7yd6472qdqzd93zqz5r0000gn/T/pip-req-build-1e1jeo3q
Resolved https://github.com/InternLM/lagent.git to commit 47f866176b7a238f44c80ecbc0649050c52f6914
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
ERROR: Can not execute
setup.py
since setuptools is not available in the build environment.[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
不知道是哪里出了问题,请麻烦看下,谢谢
The text was updated successfully, but these errors were encountered: