Closed AhmedEwis closed 1 year ago
Are you using Python 3.10 or later? I should add this in the readme 😅
I am using Python 3.9.16 in my colab.
Can you try using 3.10 and up?
@AhmedEwis is this fixed with python 3.10?
I had the same issue using python 3.8. It was fixed by using python 3.10.
@momegas yes, it is fixed, thank you!. I recommend to add this to the readme
There is a new MR where actually, set the Python 3.10 on top of README ;)
Closing this then. Thank you for mentioning. I will
Hello,
I am following the code, but I am getting the below error in the first line of "from megabots import bot"
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'