I am receiving this error, @nik202 can you help me?
@prajaktaghorpade please see this post
@prajaktaghorpade please check this for your virenv Installation Guide
@prajaktaghorpade After your code is fine just run this command and save the requirement
pip freeze > requirements.txt
@prajaktaghorpade to install requirnments
pip install -r requirements.txt
@prajaktaghorpade If still you have some doubt just from above thread as I suggested install this you will be fine :
pip install sanic==20.9.0
pip install multidict==4.7.6
1 Like
Thank you so much! I couldn’t have done this without you.
1 Like