Ajay Raikar <ajayraikar...@gmail.com> writes:

>>      n\codegen.py", line 9, in <module>
>>     from inspect import ArgSpec
>> ImportError: cannot import name 'ArgSpec' from 'inspect' (C:\Program 
>> Files\Pythoon311\Lib\inspect.py)
>>

Apparently the ArgSpec has been removed after a long deprecation period
in https://github.com/python/cpython/pull/28618, replaced by FullArgSpec.

Reasonably this should be reported to sqlacodegen team.

ciao, lele.
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
l...@metapensiero.it  |                 -- Fortunato Depero, 1929.

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/877czz58r4.fsf%40metapensiero.it.

Reply via email to