Describe the bug
pip V22 has a new inspect command which produces a json output. https://github.com/pypa/pip
using sqlitebiter to create a sqlite database with the output raises an exception
Expected behavior
convert json output to sqlite atabase
To Reproduce
- activate a virtual environment
- python3 -m pip install pip --upgrade with several packages
- pip install a few pacakges
- pip inspect -local >json_output.json
- sqlitebiter file json_output.json table
Environments
Please complete the following information:
- uname: Linux
- Python version: CPython 3.8.10
- sqlitebiter version: 0.36.1
- platform version: Ubuntu 20.04
- SimpleSQLite version: 1.3.0
- pytablereader version: 0.31.3
- Installation Method:
pip / deb package / apt(PPA) / brew (choose one of these)
Additional context
trace is in https://bpa.st/J5SQ
json file renamed in .txt
json_local_requirements.txt
Describe the bug
pip V22 has a new inspect command which produces a json output. https://github.com/pypa/pip
using sqlitebiter to create a sqlite database with the output raises an exception
Expected behavior
convert json output to sqlite atabase
To Reproduce
Environments
Please complete the following information:
pip/deb package/apt(PPA)/brew(choose one of these)Additional context
trace is in https://bpa.st/J5SQ
json file renamed in .txt
json_local_requirements.txt