Search found 4 matches

by pascalb
Thu Jun 04, 2020 4:31 pm
Forum: IDEs for ESP-IDF
Topic: VS Code extension installation error - invalid command 'bdist_wheel'
Replies: 5
Views: 9253

Re: VS Code extension installation error - invalid command 'bdist_wheel'

Thanks for your answer. I'll wait for the merge of the fix.
by pascalb
Tue Jun 02, 2020 5:02 am
Forum: IDEs for ESP-IDF
Topic: VS Code extension installation error - invalid command 'bdist_wheel'
Replies: 5
Views: 9253

Re: VS Code extension installation error - invalid command 'bdist_wheel'

I found a way to make it (almost) work: I built the extension from source code. Note: I set python3 as default python, and I installed python3-dev, python3-wheel and python3-venv beforehand. Then I tried to build a sample project. I got a message listing a few python dependencies that were not satis...
by pascalb
Mon Jun 01, 2020 6:08 am
Forum: IDEs for ESP-IDF
Topic: VS Code extension installation error - invalid command 'bdist_wheel'
Replies: 5
Views: 9253

Re: VS Code extension installation error - invalid command 'bdist_wheel'

I tried to upgrade pip and wheel, but this didn't make the error disappear :-( I then tried to set python to be python3 and started a new installation from scratch, but it failed. I tried an installation on a working ESP-IDF configuration, but it failed as well. I tried an installation on the latest...
by pascalb
Sat May 16, 2020 6:17 am
Forum: IDEs for ESP-IDF
Topic: VS Code extension installation error - invalid command 'bdist_wheel'
Replies: 5
Views: 9253

VS Code extension installation error - invalid command 'bdist_wheel'

Hi, I'm trying to install VS Code extension. But I get an error: error: invalid command 'bdist_wheel' . The log below provides more information about the context: Installing package Toolchain for Xtensa (ESP32) based on GCC Installing tar.gz package Toolchain for Xtensa (ESP32) based on GCC Installi...