a year ago
Hi, I am a first time user at railway. I am confused about how I should move forward with my deployment. It seems like some configuration error though as the app works perfectly fine on local system. for your reference this is the github link: https://github.com/Rishita77/ClaimConcise
ⓘ Deployment information is only viewable by project members and Railway employees.
3 Replies
a year ago
Hello,
Theres 242 packages in your requirements.txt file, you likely pip froze all the packages on your system into the file.
Please provide a requirements.txt file that only contains packages your application actually uses.
Best,
Brody
brody
Hello,Theres 242 packages in your requirements.txt file, you likely pip froze all the packages on your system into the file.Please provide a requirements.txt file that only contains packages your application actually uses.Best,Brody
a year ago
Hi, Thanks for helping! I have fixed the requirement.txt and redployed it. But it continues to show failed .
a year ago
Hello,
Looks like you may still have libraries in your requirements.txt file that aren't used by the application.