The "file" argument must be of type string. Received undefined ERROR

The "file" argument must be of type string. Received undefined ERROR

I was getting the following error when I try to deploy my python functions.

 catalyst deploy --only functions
⚠ skipping deploy of target [authorization_portal_function] since The "file" argument must be of type string. Received undefined

✖ functions: deploy skipped

✖ No components deployed!

After struggling for an hour, I figured out the reason for the error was that I had Python 3.11 instead of Python 3.9. After I install python 3.9, the error went away and the functions deployed successfully.

The error message was not very clear and my search on the internet did not yield any useful information. So, I am posting it here for anyone else who may run into the same issue.
    • Announcements

    • [Webinar] Deploy Docker apps with AppSail's custom runtime | Feb. 19

      Hi everyone, Join us on February 19, 2026 at 8–9 PM IST for a live Catalyst webinar demonstrating how to deploy OCI-compliant Docker images with AppSail's custom runtime. You’ll learn how to: Package your apps as Docker containers Deploy via CLI or connect
    • Catalyst backs Vite.js!

      Hi everyone, We're happy to support the open-source ecosystem that powers modern web development! If you’re building apps with Vite, Catalyst Slate is your go-to platform to deploy blazing-fast frontend apps with ease, scalability, and zero infrastructure
    • Catalyst QuickML 2025 Year In Review

      Hello everyone 👋 It’s been an exciting year for Catalyst QuickML. In 2025, as the Catalyst platform continued to expand its capabilities, QuickML focused on strengthening reliability, developer control, and operational readiness across the AI lifecycle.
    • Introducing GenAI Features in Catalyst QuickML

      Hi everyone, Building machine learning models can often feel slow and complex, especially when teams wait for perfect certainty before testing their ideas. But in reality, faster progress comes from early experimentation—trying out models quickly, learning
    • Announcing Deprecation of Catalyst File Store, Event Listeners, and Cron

      We would like to announce that the following Catalyst features are now in their deprecation phase and will reach End Of Life (EOL) on 30 April, 2026- Catalyst File Store Catalyst Event Listeners Catalyst Cron New users who sign up for Catalyst from today

      Catalyst Community