You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "run.py", line 2, in
from proxypool.schedule import Schedule
File "E:\soft\Python\untitled\2\ProxyPool\proxypool\schedule.py", line 11, in
from proxypool.getter import FreeProxyGetter
File "E:\soft\Python\untitled\2\ProxyPool\proxypool\getter.py", line 1, in
from .utils import get_page
File "E:\soft\Python\untitled\2\ProxyPool\proxypool\utils.py", line 5, in
from fake_useragent import UserAgent,FakeUserAgentError
ModuleNotFoundError: No module named 'fake_useragent'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "run.py", line 2, in
from proxypool.schedule import Schedule
File "E:\soft\Python\untitled\2\ProxyPool\proxypool\schedule.py", line 11, in
from proxypool.getter import FreeProxyGetter
File "E:\soft\Python\untitled\2\ProxyPool\proxypool\getter.py", line 1, in
from .utils import get_page
File "E:\soft\Python\untitled\2\ProxyPool\proxypool\utils.py", line 5, in
from fake_useragent import UserAgent,FakeUserAgentError
ModuleNotFoundError: No module named 'fake_useragent'
The text was updated successfully, but these errors were encountered: