Temporary solution
- Run
pip uninstall platformio
- Remove
~/.platformio/penv
- Edit
/etc/pip.conf and change user = true to user = false
- Restart VSCode.
%23 Description of problem
Leave a comment...
BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN
%23 Configuration
VSCode: 1.38.0
PIO IDE: v1.8.3
System: Linux, 5.2.11-1-MANJARO, x64
%23 Exception
Error: PIP Core: ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
at f.value.o.runCommand (/home/johannes/.vscode/extensions/platformio.platformio-ide-1.8.3/node_modules/platformio-node-helpers/dist/index.js:1:32222)
at ChildProcess.h (/home/johannes/.vscode/extensions/platformio.platformio-ide-1.8.3/node_modules/platformio-node-helpers/dist/index.js:1:6150)
at ChildProcess.emit (events.js:182:13)
at maybeClose (internal/child_process.js:962:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
Temporary solution
pip uninstall platformio~/.platformio/penv/etc/pip.confand changeuser = truetouser = false%23 Description of problem
Leave a comment...
BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN
%23 Configuration
VSCode: 1.38.0
PIO IDE: v1.8.3
System: Linux, 5.2.11-1-MANJARO, x64
%23 Exception