permissionerror

patent download, PermissionError: [WinError 32] The process cannot access the file because it is being used by another process

patent download, PermissionError: [WinError 32] The process cannot access the file because it is being used by another process Question: I am trying to run this piece of code (https://github.com/ryanwhalen/patentsview_data_download/blob/master/patentsview_download.py), and got the following error: Traceback (most recent call last): File "…patentsview_data_download-master221113patentsview_download_221113.py", line 285, in <module> download_and_parse_tsv(url) File "…patentsview_data_download-master221113patentsview_download_221113.py", line 232, in download_and_parse_tsv write_to_db(tsv_name, tablename) …

Total answers: 1