Running Python Script on Railway - `GLIBC_2.38' not found
dotowl
TRIAL
a year ago
Providers : Python
I can run this on both ubuntu & osx , trying to migrate it over to railway.app other what other settings or packages or configurations do i need to run this. Most of my settings under project is default , except for root directory and provider set to python.
pyproject.toml
[tool.poetry]
name = "name"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
playwright = "^1.45.0"
requests = "^2.32.3"
python-dotenv = "^1.0.1"
psycopg2-binary = "^2.9.9"
beautifulsoup4 = "^4.12.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
2 Replies
dotowl
TRIAL
a year ago
Any idea?