Here is the error my partner is getting: ERROR:root:code for hash md5 was not found.
Traceback (most recent call last): File "hashlib.py", line 147, in <module> File "hashlib.py", line 97, in __get_builtin_constructor ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback (most recent call last): File "hashlib.py", line 147, in <module> File "hashlib.py", line 97, in __get_builtin_constructor ValueError: unsupported hash type sha1 ERROR:root:code for hash sha224 was not found. Traceback (most recent call last): File "hashlib.py", line 147, in <module> File "hashlib.py", line 97, in __get_builtin_constructor ValueError: unsupported hash type sha224 ERROR:root:code for hash sha256 was not found. Traceback (most recent call last): File "hashlib.py", line 147, in <module> File "hashlib.py", line 97, in __get_builtin_constructor ValueError: unsupported hash type sha256 ERROR:root:code for hash sha384 was not found. Traceback (most recent call last): File "hashlib.py", line 147, in <module> File "hashlib.py", line 97, in __get_builtin_constructor ValueError: unsupported hash type sha384 ERROR:root:code for hash sha512 was not found. Traceback (most recent call last): File "hashlib.py", line 147, in <module> File "hashlib.py", line 97, in __get_builtin_constructor ValueError: unsupported hash type sha512 Traceback (most recent call last): File "PyInstaller/loader/rthooks/pyi_rth_certifi.py", line 11, in <module> File "/private/var/folders/4l/6jwl9mf907g_zysfkg9y4r5wfh0kxc/T/pip-install-rhOy4c/pyinstaller/PyInstaller/loader/pyimod03_importers.py", line 395, in load_module File "ssl.py", line 98, in <module> File "/private/var/folders/4l/6jwl9mf907g_zysfkg9y4r5wfh0kxc/T/pip-install-rhOy4c/pyinstaller/PyInstaller/loader/pyimod03_importers.py", line 684, in load_module ImportError: dlopen(/var/folders/_v/5z1r4xcx3zzbvq3v03zdr_bhfh0bdc/T/_MEIVE1nAA/_ssl.so, 2): Library not loaded: /usr/lib/libssl.46.dylib Referenced from: /var/folders/_v/5z1r4xcx3zzbvq3v03zdr_bhfh0bdc/T/_MEIVE1nAA/_ssl.so Reason: image not found [2676] Failed to execute script pyi_rth_certifi On Monday, December 23, 2019 at 10:27:05 AM UTC-6, M. Agus Setiadi wrote: > > Hi, > > Can you try to make onefile (exe) and then open cmd prompt and drag the > file into cmd prompt after that press enter. I hope the error would comes > up on cmd prompt. > > On Mon, Dec 23, 2019, 22:31 Alex Kim <[email protected] <javascript:>> > wrote: > >> Hello, >> >> I am trying to distribute an app file that I made to team members. >> However, whenever they attempt to open the app by double clicking the icon, >> the app doesn't launch. I can run the app just fine on my computer. I have >> tried using almost every method (onefile, onedir, noconsole, nowindowed, >> and any combination in between) to no avail. Any tips on how to properly >> distribute the app? Thank you! >> >> Best, >> Alex Kim >> >> This e-mail is only intended for the person(s) to whom it is addressed >> and may contain confidential information. Any unauthorized review, use, >> disclosure, or distribution is prohibited. If you received this e-mail in >> error, please notify the sender by reply e-mail and then delete this >> message and any attachments from your system. Thank you for your >> cooperation. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "PyInstaller" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/pyinstaller/8d0957a9-f878-4f4c-a6e0-fc0cbacde6a6%40googlegroups.com >> >> <https://groups.google.com/d/msgid/pyinstaller/8d0957a9-f878-4f4c-a6e0-fc0cbacde6a6%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- This e-mail is only intended for the person(s) to whom it is addressed and may contain confidential information. Any unauthorized review, use, disclosure, or distribution is prohibited. If you received this e-mail in error, please notify the sender by reply e-mail and then delete this message and any attachments from your system. Thank you for your cooperation. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/42f5cc37-a074-48de-abf4-b4a8bf3583c2%40googlegroups.com.
