pip-manager icon indicating copy to clipboard operation
pip-manager copied to clipboard

[BUG] Unexpected token e in JSON at position 0

Open flight505 opened this issue 4 years ago • 1 comments

In some environments, I get the following error in VScode "Unexpected token e in JSON at position 0" I am not sure which package is causing this, but the env from the requirements.txt should contain it.

requirements.txt

Thanks

flight505 avatar Aug 21 '21 23:08 flight505

maybe your pip not support output list with json format, you can test with

pip list --format json
# or
pip3 list --format json

I will done some work for this error

thank your comment

slightc avatar Aug 26 '21 01:08 slightc

you can watch this issue #20

slightc avatar Nov 28 '22 11:11 slightc