crazydiamondzgy

Results 3 comments of crazydiamondzgy

same issue, but i found it works normally in 3.0.0rc3

modify the source of sqlacodegen\codegen.py remove line 9 "from inspect import ArgSpec" in function: def _getargspec_init(method): try: if hasattr(inspect, 'getfullargspec'): return inspect.getfullargspec(method) else: return inspect.getargspec(method) except TypeError: if method is...