Closed anshu-create closed 1 year ago
sorry, it was a mistake, I am literally a beginner so when pyinstaller build the app I was going into the build folder to open the .exe then from searching here and there I got to know that there is [user\
NOTE: YOU SHOULD FOLLOW THE OFFICIAL DOCUMENTATION TO AVOID ANY UNNECESSARY ERRORS
something like this shows every time:
Traceback (most recent call last): File "PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 12, in
File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module
File "multiprocessing__init__.py", line 16, in
File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module
File "multiprocessing\context.py", line 6, in
File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module
File "multiprocessing\reduction.py", line 16, in
File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module
File "socket.py", line 51, in
ModuleNotFoundError: No module named '_socket'
please somebody help me! I had written the pyinstaller code given in the official document.