We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: