-
Notifications
You must be signed in to change notification settings - Fork 147
Description
C:\Users\Satendra\AppData\Roaming\Python\Python37\site-packages\django\dispatch\dispatcher.py:85: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
argspec = inspect.getargspec(receiver)
C:\Users\Satendra\AppData\Roaming\Python\Python37\site-packages\django\template\base.py:1108: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
params, varargs, varkw, defaults = getargspec(func)
C:\Users\Satendra\AppData\Roaming\Python\Python37\site-packages\django\utils\itercompat.py:30: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
return isinstance(x, collections.Iterator)
AttributeError: module 'html.parser' has no attribute 'HTMLParseError'
I am not Able to solve this error. Can you help me out