I want user agora_token_builder in my django project I have install it many times
but on importing it show module not found but in local machine all thing working corectly but at the time hosting the application
error shown
ModuleNotFoundError at /
No module named ‘agora_token_builder’
Request Method: GET
Request URL: https://pratyush6653.pythonanywhere.com/
Django Version: 4.0.6
Exception Type: ModuleNotFoundError
Exception Value:
No module named ‘agora_token_builder’
Exception Location: /home/Pratyush6653/video_call/base/views.py, line 2, in
Python Executable: /usr/local/bin/uwsgi
Python Version: 3.10.5
from agora_token_builder import RtcTokenBuilder in my views.py file
please give the solution it means alot for me
Pratyush Chauhan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.