nik202
(NiK202)
2
@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