Error: No start command could be found
pointer
HOBBYOP
2 years ago
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
2 years ago
From your build logs -
Could not find a version that satisfies the requirement pywin32==306When deploying to Railway your code runs in a linux environment so everything your code does and ues needs to be compatible with linux, pywin32 is a windows package.