-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
Unable to install lxml on M1 mac #16
Comments
The issue seems to be caused by the installation of the Please try the following steps:
|
Hi, thanks for your quick response. In the meantime I was doing some additional troubleshooting and eventually got it working. Here's the steps I took:
(excuse the formatting, I bat'd it) An install from there worked and the system is so far running. Will report back if anything comes up. That said one thing I immediately noticed is that my AI had a step where an agent was to be created. There are two options y (to proceed) and the other to exit. Another option |
Glad you got it working, thanks for such a detailed response, that's really helpful. Tasks from this issue:
As for your suggestion, I love it! Someone has recently suggested something similar #13 , so I think I'll be able to kill two birds with one stone here. I'll get right onto implementing that after I push the big scary feature I'm currently working on... |
Wow dude you rock. You seem super motivated. I'm really excited for where this could go. Hopefully I'll have some time to contribute sooner than later. Cheers. |
Thank you! If you get a chance, please share outputs of the program running in discussions! Oh wow, a code contribution would be incredible. 🙏 Thanks for the kind words. 😊 |
on macOS - when I run Traceback (most recent call last): FWIW I do have Requirement already satisfied: googlesearch_python in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 4)) (1.1.0) would love to try this again perhaps when these are updated |
oh god... I'm again in python env version hell AAAAAAAAAAHHHHHHHHHHHH ... I have like 5 python versions installed – I will never understand how to manage this ... sad day for me. |
…at-api-local-models Add fastchat api
…t on the command line, fix logging (#16) * Removed submodule, refactor, docker on pip, async docker logging, running our own tool on CLI rather than OpenAIs
Worked for me;) |
I resolved the issue by upgrading my Python version from 3.8 to 3.11. Thanks @transcendr |
I have done using below commands and worked well, python 3.12, |
This install throws a couple different errors.
I tried another suggestion which gives the same result
arch -x86_64 pip3 install lxml
python 3.8.9
any ideas?
The text was updated successfully, but these errors were encountered: