graylog2thehive icon indicating copy to clipboard operation
graylog2thehive copied to clipboard

Fail with pip

Open malinkinsa opened this issue 5 years ago • 0 comments

After using pip install -r requirements.txt

Have an error:

ERROR: Could not find a version that satisfies the requirement json (from -r requirements.txt (line 3)) (from versions: none)
ERROR: No matching distribution found for json (from -r requirements.txt (line 3))

Removing json from requirements.txt and all work fine. Python has a built-in JSON module. If that's what you're looking for. Just import in your script or shell

malinkinsa avatar Aug 17 '20 13:08 malinkinsa