Django Satchmo DeserializationError when doing syncdb

111 Views Asked by At

When I do

python manage.py syncdb

it shows me this error: DeserializationError:

could not determine a constructor for the tag 'tag:yaml.org,2002:python/long'

I've installed and reinstalled pyyaml using pip and even rebuilt python from source... Nothing chagned. Wjhat should I do?

0

There are 0 best solutions below