-
In my Windows 11 laptop I removed all of python and reinstalled to make sure about this error, but I just can't get past it. Building wheels for collected packages: regex × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Ah, sorry about this, @sm18lr88. This sounds like a huge pain. Just adding a couple more troubleshoot steps here based on what I've read online.
This Stack Overflow post also has some relevant points. When you're installing the Windows SDK, make sure to install the following:
We can hop on a live call on Discord if you want to pair debug this and share your screen. Otherwise, if you can wait a day or two, we can send you a Sorry for all the installation troubles 🙏🏾 and thanks for your patience ❤️. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestions! The only one I was missing is adding the Windows SDK to the system path. Mine was 10.0.22621.0, if that makes any difference. Still no progress. I really appreciate the live-chat offer. I'm sleep deprived and trying to pry myself away from exciting AI projects. I'll be back soon. |
Beta Was this translation helpful? Give feedback.
-
I found the answer. I had to run the 'py -m pip install khoj-assistant' command from VS Native Tools rather than cmd or powershell. |
Beta Was this translation helpful? Give feedback.
I found the answer. I had to run the 'py -m pip install khoj-assistant' command from VS Native Tools rather than cmd or powershell.
It seems this is how I've managed to install a bunch of different things that weren't otherwise installing.