facebook-post-scraper icon indicating copy to clipboard operation
facebook-post-scraper copied to clipboard

Usage, following arguments are required

Open mitawrdhn opened this issue 3 years ago • 1 comments
trafficstars

usage: ipykernel_launcher.py [-h] -page PAGE -len LEN [-infinite INFINITE] [-usage USAGE] [-comments COMMENTS]
ipykernel_launcher.py: error: the following arguments are required: -page/-p, -len/-l
Capture can anyone help me to solve this problems?

mitawrdhn avatar Jan 11 '22 11:01 mitawrdhn

try to use args = parser.parse_args(args=['--device', '0', '--no_cuda']) replace args = parser.parse_args() at 346 line when you use jupyter

Ting0887 avatar Jan 13 '22 02:01 Ting0887