Current version of Python 3.8 even produces a warning:
lib/python3.8/site-packages/vk_requests/utils.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
For compatibility was used try-except construnction.
Fix based on Issue #41
Current version of Python 3.8 even produces a warning:
For compatibility was used
try-except
construnction.