-
Notifications
You must be signed in to change notification settings - Fork 12
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
pip install west is missing wheels #138
Comments
I did not encounter that issue so far. However IMO our docs should not include a fix, because if anything, then |
I just removed by ~/zephyrproject folder to test something and upon reinstalling west I was met with this issue once again. Here the full output:
I understand what you're saying @mniestroj, but this a blocker for people trying out Golioth. |
I followed the ESP32 quickstart yesterday and had an error when installing west by running
pip install west
:The fix was
pip install wheels
This was found here which is a similar issue when using virtual environment.
There's another issue that suggests this is a problem with the version of pip.
Does anyone else remember running across this? Should the documents include a fix for it (or perhaps a troubleshooting section)?
The text was updated successfully, but these errors were encountered: