Hi All,
i’m new python begginer and write a scirpt for extract info from PDF file. i used miniconda and install camelot-py for it. The script is running well but after i use pyinstaller package it to exe, the exe coudn’t run and shows
keyerror “conda_prefix”
it make me confused and seems the pyinstaller doesn’t pack the conda env to the exe. i chced online and like fix the spec file and so on, but it won’t work. my package command is
"
pyinstaller --paths=c:\VSproject\condacamelot.conda --onefile c:\VSproject\condacamelot\camelotstandardsize.py --name onlystandardsize0.34.exe
"
anyone could give me suggestionss?
Thans