-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with module 'fake_useragent' #3
Comments
@azarijafari hello, try this: pip3 install fake-useragent please put a star on the repository to promote the project<3 |
Sure. Putting star Done. :) |
@azarijafari can you please send me the whole code of your google calab |
Cell 1:
Cell 3:
This cell face with an error. |
@azarijafari cell 1: async def main(): loop = asyncio.get_event_loop() |
Again error in the last line: |
@azarijafari from freeAI import lockgpt async def main(): if name == "main": try like this. |
|
Man i get the same error when i try to run it on colab Code:
Error:
Please help us out @HotDrify |
@Devanaath the problem is most likely on the side of google calab |
Ok @HotDrify, thanks for spending your time for me 😊 |
@Devanaath goodbye) |
When I want to run code in google colab this error occurs:
no module named 'fake_useragent'
I installed the package by:
!pip install fake_useragent
but again faced with the error:
no module named 'fake_useragent'
The text was updated successfully, but these errors were encountered: