Hello,
I am currently trying to solve some problems. I realized that the libraries versions are miss matched so I did 'pip install -r requirements.txt' to make sure libraries are the correct versions.
However,
The problem now I am facing is that, every time I change python interpreter (3.11.X, 3.10.X, 3.9.X....) I am getting different errors, such as;
- Discord Module not found
- missing a parameter
- etc.
I am curious and wanted to ask, which version of Python did you use as your interpreter?
Thank you!
Hello,
I am currently trying to solve some problems. I realized that the libraries versions are miss matched so I did 'pip install -r requirements.txt' to make sure libraries are the correct versions.
However,
The problem now I am facing is that, every time I change python interpreter (3.11.X, 3.10.X, 3.9.X....) I am getting different errors, such as;
I am curious and wanted to ask, which version of Python did you use as your interpreter?
Thank you!