piyushgupta
Explorer
Member since ‎11-24-2021

User Statistics

  • 8 Posts
  • 0 Solutions
  • 10 Kudos given
  • 0 Kudos received

User Activity

Hi All, I am facing an issue while trying to deploy Python package on SAP BTP CF. The error states:pydantic.errors.PydanticImportError: `BaseSettings` has been moved to the `pydantic-settings` package. See https://docs.pydantic.dev/2.0/migration/#b...
Hi, I am trying to run a python module in SAP Business Application Studio but getting the following error. Has anyone faced similar issue? File "/home/user/python_3_9_2/lib/python3.9/ctypes/__init__.py", line 8, in <module> from _ctypes import U...
I need to call a python script from Node.js runtime. I have tried using "child-process" library in node to call the Python script which works locally but doesn't install the python libraries (like pandas, etc) in the node runtime in BTP. I am als...