No module named 'random_user_agent'
I am getting the following error when trying to import Client
File "C:\Users\dimit\AppData\Local\Programs\Python\Python38\lib\site-packages\pythontextnow_init_.py", line 1, in
I have tried to "pip install random_user_agent", but that didn't help. Help?
-
Make sure you are using Python 3.10 or later
-
I believe it would be pip install random-user-agent (no underscores)