-
Notifications
You must be signed in to change notification settings - Fork 73
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
uv_unwraper error #20
Comments
Hi ! Same for me ! :) uv_unwrapper not found (: |
Weird, I've not faced this error before. It's likely that pip install is installing to a site-packages directory that isn't used by python? |
Same here. Reproducible on Mac.
Something wrong with the compiled |
Which version of python are you using @gongzhang ? |
@jammm I've tried Python 3.10 and 3.12. |
Did you update I can't seem to be able to repro this issue on my mac or Windows or Linux . |
Try using the pytorch version 2.5.1 or nightly version. |
@jammm Yes. Here is the commands I use - python3.10 -m venv env
source env/bin/activate
# install pytorch (currently 2.5.1)
pip install torch torchvision torchaudio
# update setuptools
pip install -U setuptools==69.5.1
# install wheel
pip install wheel
# install the requirements
pip install -r requirements.txt
pip install -r requirements-demo.txt
# run the gradio
PYTORCH_ENABLE_MPS_FALLBACK=1 python gradio_app.py macOS 15.2 / Xcode 16.2 |
Hmm. That's really weird, because I am also on OSX 15.2, though I used xcode command line tools with python 3.10.11 installed separately from one of their online installers |
|
Try installing python with |
BTW I would suggest removing these files. Not sure why they're there The |
My environment: |
@jammm @birdwatch Thank you all! I workaround the issue by modifying ![]() The original script always builds x86_64 binaries instead of arm64 on my Mac. |
The original script always builds universal binaries in my case. Also the logs you shared suggests it was already building for arm64 - |
what's the issue here? did i do something wrong? i have installed uv_unwrapper but it still says that i don't have it when i try to run it, it says that uv_unwraper was not found

The text was updated successfully, but these errors were encountered: