Railway fails to find correct version of pypi package discord-py-interactions
Error log:
On pypi, the latest version of discord-py-interactions is 5.9.2. (https://pypi.org/project/discord-py-interactions/)
The correct version is installed well on my local Mac, but railway doesn't seem to find the correct version.
PyPI
discord-py-interactions
Easy, simple, scalable and modular: a Python API wrapper for interactions.
14 Replies
Project ID:
160fe6d3-84bb-4b29-a3bb-61b5f308406f
can you send the build table at the top of the build logs please?
This is the whole build log
it's most certainly not lol
use this https://bookmarklet.up.railway.app/log-downloader/
Thanks! But I still get the same logs.
redeploy please, then redownload the logs
Thanks now I got the full logs
perfect
what python version are you using locally
Local version is Python 3.11.2
Solution
add a runtime.txt file with
3.11
in itWow thanks it's working now! Is there any documentation about runtime.txt?
Thanks!
no problem!