-
Notifications
You must be signed in to change notification settings - Fork 491
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
Windows Binary V1.0 - dll load failed #178
Comments
PulfordJ
added a commit
to PulfordJ/fawkes
that referenced
this issue
Feb 8, 2025
…ed reading the research paper. However, numerous issues and pull requests have resulted from how difficult it is to run after initially downloading it due to poorly documented python version requirements and compatibility collapse with numerous dependencies following ~4 years of drift. Example links in the last paragraph for brevity. Action: I rewrote the setup code to depend on pyenv and poetry allowing us to explicitly require the use of python 3.9.0 rather than having users guess at how best to execute the code. I've used stricter dependency requirements (lots of ~= in pyproject.toml dependencies) as the project is unlikely to be maintained regularly and reviving the code required a lot of dependency incompatibility navigation we should avoid for future users. Result: A new user can build this great research project with ~10 lines! A big win in my opinion. Some relevant pull requests and issues. Shawn-Shan#168 Shawn-Shan#158 Shawn-Shan#186 Shawn-Shan#178
PulfordJ
added a commit
to PulfordJ/fawkes
that referenced
this issue
Feb 8, 2025
…ed reading the research paper. However, numerous issues and pull requests have resulted from how difficult it is to run after initially downloading it due to poorly documented python version requirements and compatibility collapse with numerous dependencies following ~4 years of drift. Example links in the last paragraph for brevity. Action: I rewrote the setup code to depend on pyenv and poetry allowing us to explicitly require the use of python 3.9.0 rather than having users guess at how best to execute the code. I've used stricter dependency requirements (lots of ~= in pyproject.toml dependencies) as the project is unlikely to be maintained regularly and reviving the code required a lot of dependency incompatibility navigation we should avoid for future users. Result: A new user can build this great research project with ~10 lines! A big win in my opinion. Some relevant pull requests and issues. Shawn-Shan#168 Shawn-Shan#158 Shawn-Shan#186 Shawn-Shan#178
PulfordJ
added a commit
to PulfordJ/fawkes
that referenced
this issue
Feb 8, 2025
…ed reading the research paper. However, numerous issues and pull requests have resulted from how difficult it is to run after initially downloading it due to poorly documented python version requirements and compatibility collapse with numerous dependencies following ~4 years of drift. Example links in the last paragraph for brevity. Action: I rewrote the setup code to depend on pyenv and poetry allowing us to explicitly require the use of python 3.9.0 rather than having users guess at how best to execute the code. I've used stricter dependency requirements (lots of ~= in pyproject.toml dependencies) as the project is unlikely to be maintained regularly and reviving the code required a lot of dependency incompatibility navigation we should avoid for future users. Result: A new user can build this great research project with ~10 lines! A big win in my opinion. Some relevant pull requests and issues. Shawn-Shan#168 Shawn-Shan#158 Shawn-Shan#186 Shawn-Shan#178
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
C:\Users\STE\Downloads>fawkes -d C:\Users\STE\Documents\STEFAN\Passfotos\fawkes --mode low
Traceback (most recent call last):
File "fawkes\protection.py", line 16, in
File "PyInstaller\loader\pyimod03_importers.py", line 540, in exec_module
File "tensorflow_init_.py", line 41, in
File "PyInstaller\loader\pyimod03_importers.py", line 540, in exec_module
File "tensorflow\python_init_.py", line 41, in
File "PyInstaller\loader\pyimod03_importers.py", line 540, in exec_module
File "tensorflow\python\eager\context.py", line 35, in
File "PyInstaller\loader\pyimod03_importers.py", line 540, in exec_module
File "tensorflow\python\pywrap_tfe.py", line 29, in
ImportError: DLL load failed: Eine DLL-Initialisierungsroutine ist fehlgeschlagen.
[13976] Failed to execute script protection
Details to the windows version
Microsoft Windows 10 Pro
Version 10.0.19045 Build 19045
If you need additional details, please let me know.
The text was updated successfully, but these errors were encountered: