2 years ago
Hello!
I have a python app and get hub that I have uploaded to Railway and I’m having much trouble getting the API to work.
I would appreciate any help if possible.
If you would like to try the package and see if you can get it to work this is the link to my GitHub :
https://github.com/verblead/YOURVOICE.AI.git
Respectfully,
Kevin Luke
35 Replies
2 years ago
what have you tried, what isn't working, what are the issues and errors involved?
that repo is also private
My app.py folder says it keeps crashing after deployment
2 years ago
What is the error that the logs say?
2 years ago
deploy logs please -
2 years ago
As a general rule, we don't run users projects. You should be able to retrieve the logs and send them here.
I put it in my bookmark and then clicked it while on railway, but nothing happened
2 years ago
please follow the 3 instructions
2 years ago
please send the log file then
2 years ago
your browser will download a file
deploymentlogsyourvoice.ai_1714961521.log
2 years ago
ModuleNotFoundError: No module named 'six'2 years ago
how have you added it?
2 years ago
im sorry but that doesn't answer the question
2 years ago
that installs the module to your computer
2 years ago
you need to be using a requirements.txt file
2 years ago
it needs to contain all the modules your app needs
blinker==1.8.1
click==8.1.7
Flask==3.0.3
gunicorn==22.0.0
itsdangerous==2.2.0
Jinja2==3.1.3
MarkupSafe==2.1.5
packaging==24.0
Werkzeug==3.0.2
2 years ago
2 years ago
running pip list will give you all your installed packages. Find the one for six and copy the version.