Home > other >  Pyinstaller packaging file said No module named 'ordlookup' how to solve this
Pyinstaller packaging file said No module named 'ordlookup' how to solve this

Time:09-22

D: \ abc> Pyinstaller -f zhaoyudong. Py
Traceback (the most recent call last) :
The File "d: \ anaconda3 \ lib \ runpy py", line 193, in _run_module_as_main
"__main__", mod_spec)
The File "d: \ anaconda3 \ lib \ runpy py", line 85, in _run_code
The exec (code, run_globals)
The File "D: \ Anaconda3 \ Scripts \ pyinstaller exe \ __main__ py", line 7, in & lt; module>
The File "d: \ anaconda3 \ lib \ site - packages \ PyInstaller \ __main__ py", line 81, in the run
The import PyInstaller. Building. Build_main
The File "d: \ anaconda3 \ lib \ site - packages \ PyInstaller \ building \ build_main py", line 36, in & lt; module>
The from.. Depend import bindepend
The File "d: \ anaconda3 \ lib \ site - packages \ PyInstaller \ depend \ bindepend py", 45, the line in & lt; module>
The import pefile
The File "d: \ anaconda3 \ lib \ site - packages \ pefile py", line 40, in & lt; module>
The import ordlookup
ModuleNotFoundError: No module named 'ordlookup'

CodePudding user response:

PIP install to install a try
  • Related