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

tensorflow-py: fix build #9420

Merged
merged 1 commit into from
Jan 14, 2023
Merged

tensorflow-py: fix build #9420

merged 1 commit into from
Jan 14, 2023

Conversation

DavidKorczynski
Copy link
Collaborator

Fixes the current build issue (https://oss-fuzz-build-logs.storage.googleapis.com/log-455d862d-6130-4650-85d5-2caf99b45a9e.txt):

Step #4 - "build-check-libfuzzer-address-x86_64":   File "charset_normalizer/api.py", line 5, in <module>
Step #4 - "build-check-libfuzzer-address-x86_64":   File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module
Step #4 - "build-check-libfuzzer-address-x86_64":   File "charset_normalizer/cd.py", line 9, in <module>
Step #4 - "build-check-libfuzzer-address-x86_64": ModuleNotFoundError: No module named 'charset_normalizer.md__mypyc'

Signed-off-by: David Korczynski [email protected]

@DavidKorczynski
Copy link
Collaborator Author

fyi @fcoUnda

Fixes the current build issue (https://oss-fuzz-build-logs.storage.googleapis.com/log-455d862d-6130-4650-85d5-2caf99b45a9e.txt):
```
Step #4 - "build-check-libfuzzer-address-x86_64":   File "charset_normalizer/api.py", line 5, in <module>
Step #4 - "build-check-libfuzzer-address-x86_64":   File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module
Step #4 - "build-check-libfuzzer-address-x86_64":   File "charset_normalizer/cd.py", line 9, in <module>
Step #4 - "build-check-libfuzzer-address-x86_64": ModuleNotFoundError: No module named 'charset_normalizer.md__mypyc'
```

Signed-off-by: David Korczynski <[email protected]>
@AdamKorcz AdamKorcz merged commit 8dba623 into master Jan 14, 2023
@AdamKorcz AdamKorcz deleted the tensorflow-py-update-33 branch January 14, 2023 00:09
eamonnmcmanus pushed a commit to eamonnmcmanus/oss-fuzz that referenced this pull request Mar 15, 2023
Fixes the current build issue
(https://oss-fuzz-build-logs.storage.googleapis.com/log-455d862d-6130-4650-85d5-2caf99b45a9e.txt):
```
Step google#4 - "build-check-libfuzzer-address-x86_64":   File "charset_normalizer/api.py", line 5, in <module>
Step google#4 - "build-check-libfuzzer-address-x86_64":   File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module
Step google#4 - "build-check-libfuzzer-address-x86_64":   File "charset_normalizer/cd.py", line 9, in <module>
Step google#4 - "build-check-libfuzzer-address-x86_64": ModuleNotFoundError: No module named 'charset_normalizer.md__mypyc'
```

Signed-off-by: David Korczynski <[email protected]>

Signed-off-by: David Korczynski <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants