Python Forum
Pyinstaller create this error :“File ”multiprocessing\connection.py“, line 691
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pyinstaller create this error :“File ”multiprocessing\connection.py“, line 691
#3
The error is it cannot find a file. If it works in terminal, but the exe fails, most probably you have problem with paths
look at https://pyinstaller.readthedocs.io/en/st...nformation
There is nice script that can help you identify which path you should use when converted to executable. from information provided it's difficult to identify exactly where the issue with the path is.

Although you may have hidden imports, I think they would produce a different kind of error - some sort of import error if it cannot find a module.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: Pyinstaller create this error :“File ”multiprocessing\connection.py“, line 691 - by buran - Apr-30-2020, 10:26 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Create Choices from .ods file columns cspower 3 656 Dec-28-2023, 09:59 PM
Last Post: deanhystad
  Recommended way to read/create PDF file? Winfried 3 2,959 Nov-26-2023, 07:51 AM
Last Post: Pedroski55
  Use PM4PY and create working file thomaskissas33 0 732 Nov-14-2023, 06:53 AM
Last Post: thomaskissas33
  Create csv file with 4 columns for process mining thomaskissas33 3 808 Nov-06-2023, 09:36 PM
Last Post: deanhystad
  Input network device connection info from data file edroche3rd 6 1,136 Oct-12-2023, 02:18 AM
Last Post: edroche3rd
  Using pyinstaller with .ui GUI files - No such file or directory error diver999 3 3,541 Jun-27-2023, 01:17 PM
Last Post: diver999
  create exe file for linux? korenron 2 1,005 Mar-22-2023, 01:42 PM
Last Post: korenron
  File "<string>", line 19, in <module> error is related to what? Frankduc 9 12,700 Mar-09-2023, 07:22 AM
Last Post: LocklearSusan
  Getting last line of each line occurrence in a file tester_V 1 904 Jan-31-2023, 09:29 PM
Last Post: deanhystad
  Create Excel Line Chart Programmatically dee 3 1,222 Dec-30-2022, 08:44 PM
Last Post: dee

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020