Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Errors (I want to create an exe file using pyinstaller so that app can be installed easily in any windows system.) #69

Open
Saurabh-Hiehq opened this issue Jan 16, 2025 · 0 comments

Comments

@Saurabh-Hiehq
Copy link

I am getting file not found errors while executing the exe file created using pyinstaller.

ran below command:
pyinstaller --noconfirm --onefile --windowed --add-data "E:\Workspace\Hie HQ\clients\Fintor\fintorComputerUse\app\assets;assets/" --add-data "E:\Workspace\Hie HQ\clients\Fintor\fintorComputerUse\app\computer_use_demo;computer_use_demo/" --add-data "E:\Workspace\Hie HQ\clients\Fintor\fintorComputerUse\app\venv\Lib\site-packages;site-packages/" "E:\Workspace\Hie HQ\clients\Fintor\fintorComputerUse\app\main.py"

Error i am getting:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Hp\AppData\Local\Temp\_MEI111642\gradio_client\types.json'

Error can be seen in attached screenshot.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant