Python code Deployment to Catalyst Appsail via CLI

Python code Deployment to Catalyst Appsail via CLI

Hi Support Team,
     
    Our python code is run properly in windows os catalyst local environment without any issue so we tried to deploy to catalyst dev environment and deployed the code successfully without any issue.

We got an invocation url for Appsail so we try to run our Appsail code via browser. Finally we have checked the logs in catalyst got error as module 'os' has no attribute 'add_dll_directory'.

We asked help to Catalyst support they replied like 

create a requirements.txt file in the lib folder that contains all the neccessary packages for your application and add the below code snippet in the "scripts" key in the app-config.json from your appsail folder.

  1. "scripts": {
  2. "preserve":"del /q .\\lib\\* /s && python3.9 -m pip install -r requirements.txt -t .",
  3. "predeploy":"del /q .\\lib\\* /s && python3.9 -m pip install --only-binary=:all: --platform manylinux2014_aarch64 -r requirements.txt -t ."
  4. }

Our Python verson is 3.12.1 and we have installed all the packages inside the lib folder as per our python verson.

Is it to change/install all the packages as per catalyst dev environment python verson 3.9 before deploy the code to development envirnment?
    • Announcements

    • Important Announcements in Support for Catalyst Features

      Hello Catalyst Users, This announcement is to bring to your notice some of the recent updates in our support for various Catalyst components, to ensure that your existing Catalyst applications function properly. You can continue to build robust applications
    • Introducing Catalyst 2.0, the simplest cloud-based pro-code development platform.

      Dear Catalyst Community, We are beyond thrilled to present you Catalyst 2.0—the new-age, pro-code development platform that redefines the way you build, deploy, and scale apps. Catalyst 2.0 is not a mere upgrade, but a significant leap into the future
    • Set budgets to optionally disable your Catalyst production environment

      Hello all,    We are pleased to inform you that you can now configure the automatic disabling of a project's production environment upon reaching a specified budget's threshold. Budget alerts in Catalyst facilitate setting usage limits in amounts or Catalyst
    • #CatalystServerless Hackathon 2022

      We are pleased to announce #CatalystServerless Hackathon with prizes worth $5000 up for grabs. Create a working prototype aimed to solve a critical business issue using Catalyst and stand a chance to win exciting prizes. The Hackathon will happen in 3
    • Share your interest to participate in the #CatalystServerless Blogathon

      Hi, we are working on announcing the next edition of the #CatalystServerless Blogathon. Please fill up this form to stay posted on all updates related to the Blogathon. https://zfrmz.com/JN9ChxPU9JQpPgB1vRp8

      Catalyst Community