you've fallen into a all too common trap -- more than one Pythn
installed in your system.

decide which one you what to use, and ideall uninstall the other so you
don't have this issue again :-) -- otherwise:

figure out how to run:
python
and
pip

so that they are using the same Python.

then install PYINstllerin into the Python you want.

make sure your app runs with that Python.

Run PyInstaller again.

In short: make sure EVERYTHING you are doing is with the same Python
install.

-HTH,
-CHB

C:\Users\kip\Downloads\csv2xcl>pyinstaller -F build.spec
>> 450 INFO: PyInstaller: 6.3.0
>> 451 INFO: Python: 3.12.1
>>
>
There's your hint -- PyInstaller is using 3.12

-CHB


-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[email protected]

-- 
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/CALGmxE%2BkcKCfnV47GphJtvFAgdmNRBmSCCjEAJY9Xyzivktc9w%40mail.gmail.com.

Reply via email to