I am trying to deploy a shiny app in Python.
I am using Python 3.10.11 installed from python.org in Windows 11 pro.
I am using a venv, have created the requirements but i am getting the following error, i have not found any solution or information about it:
rsconnect.exe deploy shiny .\shinyApp\ --name altamar --title appclase
Validating server... [OK]
Validating app mode... [OK]
Making bundle ... [OK]
Deploying bundle ...
Waiting for task: 1480459458
building - Parsing manifest
building - Installing files
building - Installing files
building - Installing files
[ERROR] 2024-11-19T19:29:53-0600 Build logs:
Quarto not found.
Quarto not found.
Generating locales (this might take a while)...
en_US.UTF-8... done
Generation complete.
[2024-11-20T01:29:44.827706778+0000] Creating dir /srv/connect/apps/appclase
[2024-11-20T01:29:44.831821980+0000] Copying file requirements.txt
[2024-11-20T01:29:44.835830200+0000] Copying file app.py
[2024-11-20T01:29:44.839952742+0000] Creating dir /srv/connect/apps/appclase/data
[2024-11-20T01:29:44.843806429+0000] Copying file data/Tmx.csv
[2024-11-20T01:29:44.851713948+0000] Copying file desktop.ini
[2024-11-20T01:29:44.855626816+0000] Copying file requirements-generated.txt
ERROR: Invalid requirement: 'ÿþa\x00n\x00y\x00i\x00o\x00=\x00=\x004\x00.\x006\x00.\x002\x00.\x00p\x00o\x00s\x00t\x001\x00' (from line 1 of requirements-generated.txt)
Hint: = is not a valid operator. Did you mean == ?
[notice] A new release of pip is available: 23.0.1 -> 24.3.1
[notice] To update, run: /srv/connect/venv/bin/python3 -m pip install --upgrade pip
[ERROR]: Application deployment failed with error: Unhandled Exception: child_task=1480459459 child_task_status=failed: Error building image: Build exited with non-zero status: 1
Error: Application deployment failed with error: Unhandled Exception: child_task=1480459459 child_task_status=failed: Error building image: Build exited with non-zero status: 1
any one ?