jfinkels / flask-restless

NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless.readthedocs.io
GNU Affero General Public License v3.0
1.02k stars 301 forks source link

examples can't run #671

Open coanor opened 6 years ago

coanor commented 6 years ago

on python -m custom_serialization, throw:

ImportError: cannot import name DefaultSerializer

when run quickstart.py and clients/curl.sh:

{
   "validation_errors": "Could not determine specific validation errors"
}
rudaporto commented 6 years ago

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?