AllenNeuralDynamics / aind-watchdog-service

Data staging service that prepares acquistion data for cloud upload to Amazon S3 and Code Ocean processing.
https://allenneuraldynamics.github.io/aind-watchdog-service/
MIT License
2 stars 1 forks source link

Build process flagged as `potentially unwanted software` in Windows #38

Closed bruno-f-cruz closed 3 months ago

bruno-f-cruz commented 3 months ago

After trying to build the executable in windows I had some problems related with the windows antivirus flagging some files as potentially dangerous during the build:

raise error(exception.winerror, exception.function, exception.strerror)
**win32ctypes.pywin32.pywintypes.error: (225, 'BeginUpdateResourceW', 'Operation did not complete successfully because the file contains a virus or potentially unwanted software.')**

For future reference, this fixed it

https://stackoverflow.com/a/77839519/3009617