-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Error in pip install for weave on Mac #66
Comments
Hmm, looks like git or GitHub was messed up. You can replace the weave line in pyproject.toml with just "weave" and it should work. I'll update this week. |
@vanpelt Thanks that solved it. |
Getting error on Mac Book while pip install . Error message:
note: This error originates from a subprocess, and is likely not a problem with pip. |
On the Linux operating system, a Conda virtual environment was set up, and after executing pip install ., the same issue persisted. × Building wheel for weave (pyproject.toml) did not run successfully.
|
is this issue solved? I am getting the same problem |
I'm getting this error on window 11 conda env:
|
I have same error on windows 11 from source:
|
I get this same error on mac(silicon): Traceback (most recent call last): |
Hi all, I tried the solution mentioned in openui pull 176 |
I found another way around this. "pip install ." does not install the requirements. So I looked in pyproject.toml and got the dependencies then I put them in file I named 'requirements.txt' like so: weave==0.50.0 Then I ran "pip install -r requirements.txt". I got an error saying pip could not find peewee version 3.0.0 so I changed the peewee line to 'peewee==3.17.5' then did "pip install -r requirements.txt" again. Now it's working. Hope this helps someone. |
Thanks, @CrazyJazzHands. It worked! 🙌 ✅ What I did:
Created requirements.txt with the following values:
Went back to the terminal and executed the pip install -r requirements.txt Then python -m openui Done! |
Glad you got it to work. Well done! 👏 |
(.venv) admin@MacBook-Pro-2 backend % python -m openui --dev Please help me take a look at this problem~ |
Following the instructions for installing locally on an M1 Mac running Sonoma I get an error with the pip install for weave.
I did have to remove .python-version from the top level and from backend and then created a venv than ran the instructions and got the following (tried it a few times, not clear how to fix):
The text was updated successfully, but these errors were encountered: