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
是啥原因呀。求解答555
PS Z:\MediaCrawler-main> python main.py --help
Traceback (most recent call last):
File "main.py", line 15, in
import cmd_arg
File "Z:\MediaCrawler-main\cmd_arg_init_.py", line 12, in
from .arg import *
File "Z:\MediaCrawler-main\cmd_arg\arg.py", line 15, in
from tools.utils import str2bool
File "Z:\MediaCrawler-main\tools\utils.py", line 15, in
from .crawler_util import *
File "Z:\MediaCrawler-main\tools\crawler_util.py", line 26, in
import httpx
ModuleNotFoundError: No module named 'httpx'
PS Z:\MediaCrawler-main>
The text was updated successfully, but these errors were encountered:
是啥原因呀。求解答555
PS Z:\MediaCrawler-main> python main.py --help
Traceback (most recent call last):
File "main.py", line 15, in
import cmd_arg
File "Z:\MediaCrawler-main\cmd_arg_init_.py", line 12, in
from .arg import *
File "Z:\MediaCrawler-main\cmd_arg\arg.py", line 15, in
from tools.utils import str2bool
File "Z:\MediaCrawler-main\tools\utils.py", line 15, in
from .crawler_util import *
File "Z:\MediaCrawler-main\tools\crawler_util.py", line 26, in
import httpx
ModuleNotFoundError: No module named 'httpx'
PS Z:\MediaCrawler-main>
The text was updated successfully, but these errors were encountered: