wrds-compusat

AttributeError when using wrds library

AttributeError when using wrds library Question: Doing the following: import wrds db = wrds.Connection() does throw this error: ————————————————————————— AttributeError Traceback (most recent call last) File ~anaconda3envsplaygroundlibsite-packagessqlalchemyenginebase.py:1410, in Connection.execute(self, statement, parameters, execution_options) 1409 try: -> 1410 meth = statement._execute_on_connection 1411 except AttributeError as err: AttributeError: ‘str’ object has no attribute ‘_execute_on_connection’ The above exception was …

Total answers: 1