clearlygg
FREE
7 months ago
ERROR: Could not find a version that satisfies the requirement json (from versions: none)
error building image: error building stage: failed to execute command: waiting for process to exit: exit status 1
exit status 1
Stopping Container
I haven't used railway for projects, and I'm having an issue deploying a discord bot?
I have a requirements.txt file setup,
datetime
json
time
secrets
asyncio
typing
threading
string
random
requests
aiofiles
os
logging
not sure why? do I not need to use json, here's how I have my imports on the bot
import discord, re
import json, time, secrets, asyncio, typing, threading, string, random, requests, aiofiles, os
from datetime import datetime
from typing import Literal
from discord import app_commands, utils
from discord.ui import View, Button
import logging
0 Replies
forgot to mention, solved; turns out it just automatically installs all of it, and reads the config -> didn't realize..
7 months ago
!s
Status changed to Solved brody • 7 months ago