Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission Error #17

Open
naveenagorre opened this issue Nov 11, 2021 · 0 comments
Open

Permission Error #17

naveenagorre opened this issue Nov 11, 2021 · 0 comments

Comments

@naveenagorre
Copy link

Hi GabriCampanella, I'm working on running the MIL_train.py script on the WSI images from PANDA challenge Kaggle dataset. Convergence.csv file is created but it is unable to pickle the information onto it.
Errors are:
1)File "C:\Users\4472829\AppData\Local\Programs\Python\Python37\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
ValueError: ctypes objects containing pointers cannot be pickled
2)File "C:\Users\4472829\AppData\Local\Programs\Python\Python37\lib\multiprocessing\reduction.py", line 87, in steal_handle
_winapi.DUPLICATE_SAME_ACCESS | _winapi.DUPLICATE_CLOSE_SOURCE)
PermissionError: [WinError 5] Access is denied.

Note:
I'm running the program as administrator and I do have admin rights on the PC I'm running.

Specifications:
OS - Windows
IDE - Pycharm with Python 3.7.7.

I came across few solutions stating that this is a bug in windows and Linux, please let me know if there is any alternative other than running it on Linux.

Thanks is advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant