-
Notifications
You must be signed in to change notification settings - Fork 128
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
WinARM64 - The temporary copy of library is not deleted when Library object is released. #173
Comments
I'm not expert in python but here is some observations.
second method:
In both cases PermissionError is reproducible and new *.dll file is left undeleted in the Temp folder. First method could be fixed by adding 0.5s delay before the *.dll file removal in "..\site-packages\pylink\library.py"
But adding delay is not helpful for the second method, because delay is ignored. |
Did some debugging of the issue.
|
#172 has a workaround for this which should be available in |
Hi, |
In older versions of the SDK, multiple instances of the |
Thanks for explanation. |
Hello,
Looks like it's the same issue as #166. But in my case I, probably, need to keep the library because I'm using several j-links connected to my PC, And during debug process I have connected same j-link to python-script and Keil uVision.
I'm using pylink to program few devices and collect the data from them in parallel.
Everything was working fine under the Windows11-x64 and Python-3.10.10-x64 that is in Virtual machine on Intel based MacBook.
But I'm getting next error on Windows11-ARM64 and Python-3.10.10-x64 that is in Virtual machine on M2 based MacBook:
Should I provide any additional information?
Thanks.
The text was updated successfully, but these errors were encountered: