Andrew Chung
Andrew Chung
RRailway
Created by Andrew Chung on 8/19/2023 in #✋|help
Railway fails to find correct version of pypi package discord-py-interactions
Error log:
[stage-0 6/8] RUN --mount=type=cache,id=s/160fe6d3-84bb-4b29-a3bb-61b5f308406f-/root/cache/pip,target=/root/.cache/pip python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt:

5.444 ERROR: Could not find a version that satisfies the requirement discord-py-interactions==5.9.2 (from versions: 3.0.2, 4.0.0, 4.0.1, 4.0.2, 4.1.0, 4.2.0, 4.2.1, 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.4.0, 4.4.1)

5.444 ERROR: No matching distribution found for discord-py-interactions==5.9.2
[stage-0 6/8] RUN --mount=type=cache,id=s/160fe6d3-84bb-4b29-a3bb-61b5f308406f-/root/cache/pip,target=/root/.cache/pip python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt:

5.444 ERROR: Could not find a version that satisfies the requirement discord-py-interactions==5.9.2 (from versions: 3.0.2, 4.0.0, 4.0.1, 4.0.2, 4.1.0, 4.2.0, 4.2.1, 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.4.0, 4.4.1)

5.444 ERROR: No matching distribution found for discord-py-interactions==5.9.2
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.
19 replies