a year ago
5 Replies
a year ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 ModuleNotFoundError: No module named 'store.wsg'
- 🧵 ModuleNotFoundError: No module named 'pkgutil'
- 🧵 ModuleNotFoundError: No module named 'psycopg2'
If you find the answer from one of these, please let us know by solving the thread!
a year ago
first u will have to install the package of discord using the pip commands and then u can remove that part of the error.
a year ago
Add a requirements.txt file including the lib discord.py in the requirements txt file as follows:
```
```
Your other libs also need to go in the requirements.txt file to be installed.
a year ago
before uploading your files to railway run
>pip freeze > requirements.txt
This would create a file called requirements.txt,
The requirements.txt file should have something like this in it:
> discord.py==2.4.0
If not, make sure you have discord.py installed on your project locally.
Do it by running pip install -U discord.py