awslabs / datawig

Imputation of missing values in tables.
Apache License 2.0
478 stars 69 forks source link

WinError32 similar to #127 #134

Closed Vlado42 closed 4 years ago

Vlado42 commented 4 years ago

Hi, I am using Jupyter Notebook(through Anaconda) and the SimpleImputer.complete. I am running Anaconda as an administrator.

The error arises at shutil.rmtree(output_col), and the stack trace eventually calls os.unlink(fullname) in _rmtree_unsafe.

PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'SOME_PATH\\imputer.log'

I am unable to delete the imputer.log manually until I restart the notebook after which this is possible.

felixbiessmann commented 4 years ago

We just released the latest version which should take care of these problems, hence I'm closing this, feel free to reopen if the problem persists.