Open mose opened 5 years ago
The Pipfile.lock
has the deps. https://pipenv.readthedocs.io/en/latest/
Not sure if pip install -p
already works…
pipenv install
should give you the required dependencies. Aftwards, try pipenv run python main.py
to run the bot.
Hey, I just wanted to check in whether the problems were resolved?
hi
I wanted to try this code, and had to manually install ruamel.yaml, sqlachemy and discord.py for it to run. But now I'm not sure I installed the right versions, at first run after filling up the configuration file I get
(installed discord.py is 1.0.1, I tried before with discord but that was spitting out errors)
Any idea on how to solve this?