You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "E:\Program Files\Python39\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "E:\Program Files\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
here is my code
bcpandas.to_sql(afibl_dbfdf, 'AFIBL_ISL_DBF' , creds, if_exists='append',index=False )
any idea?
The text was updated successfully, but these errors were encountered:
I am getting the error below when i use bcpandas
File "E:\Program Files\Python39\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "E:\Program Files\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
here is my code
bcpandas.to_sql(afibl_dbfdf, 'AFIBL_ISL_DBF' , creds, if_exists='append',index=False )
any idea?
The text was updated successfully, but these errors were encountered: