Open coanor opened 6 years ago
on python -m custom_serialization, throw:
python -m custom_serialization
ImportError: cannot import name DefaultSerializer
when run quickstart.py and clients/curl.sh:
quickstart.py
clients/curl.sh
{ "validation_errors": "Could not determine specific validation errors" }
There are huge differences from the 0.17 version in Pypi, 1.0.0 beta and development versions.
Can you check which version are you using?
on
python -m custom_serialization
, throw:when run
quickstart.py
andclients/curl.sh
: