tox -qe dev -- sh bin/hypothesis --dev user add
When I executed,
"tox -e dev -- sh bin/hypothesis --dev user add" (I deleted 'q' from the original command)
I got an error as below. how can I fix this?
AttributeError: module 'psycopg2' has no attribute 'paramstyle' ERROR: InvocationError for command /bin/sh bin/hypothesis --dev init (exited with code 1)