You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using rye the requirements.txt is created as requirements.lock (https://rye.astral.sh/guide/sync/).
When deploying such an application, the requirements.txt isn't found.
[Databricks] [INFO] File requirements.txt not found
Workaround would be to cp requirements.lock requirements.txt
But I would prefer that requirements.lock is also respected.
The text was updated successfully, but these errors were encountered:
When using rye the
requirements.txt
is created asrequirements.lock
(https://rye.astral.sh/guide/sync/).When deploying such an application, the requirements.txt isn't found.
Workaround would be to
cp requirements.lock requirements.txt
But I would prefer that
requirements.lock
is also respected.The text was updated successfully, but these errors were encountered: