1👍
Error : ? the above error results from package upgrade, that causes mismatches in dependencies
Solution : ? To clear the error above i downgraded the following packages to the versions shown below:
aniso8601==7.0.0
graphene==2.1.8
graphql-core==2.3.2
graphql-relay==2.0.1
and the error cleared.
1👍
Looks to me like to_const
does not exist in the module str_converters
. Which is why you are getting this error.
Source: https://github.com/graphql-python/graphene/blob/master/graphene/utils/str_converters.py
- [Django]-Need help to render img in pdf from template using xhtml2pdf
- [Django]-Json to python dictionary covertion return in random order
- [Django]-Django order_by many to many relation
Source:stackexchange.com