-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 create Windows launch for x86' while installing packages #3660
Comments
Unclear if we'll add support for 32-bit launchers. |
the same problem Resolved 28 packages in 19ms i hope you fix it |
My only solution is remove uv from the x86 version of python only problem that you will face is "pip install --upgrade pip" I hope the team explain more the tool and how the tool handles the installation of packages. My best regards and thank for the dev team for this valuable tool |
Thanks @zakimimit. We'll look into supporting x86 launchers, at least see how hard it is. Can you repeat your question? I'm having trouble following it exactly. |
the is problem that "pip install --upgrade pip" so my question that when I create virtual env , I always use pip install --upgrade pip. is there any problem I will face if the don't use it because uv not support it , and the uv handle the insatlaion unstand of pip . if you can give a bref explaniation of how uv tool handles the installation of packages. so we get clear vison of how we use it |
Are you using |
yes i use uv venv 1- so they are no need of pip installer ? |
Add trampolines for x86 windows. Closes #3660.
I receive the following error while trying to install packages with uv but
pip install crewai
works fineI've also attached a text file with the output with using verbose flag.
verbose_output.txt
The text was updated successfully, but these errors were encountered: