prior
prior copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'wget'
Hi,
When I try to use prior to load procthor-dataset, it throws me the following error:
File "/usr/local/lib/python3.8/dist-packages/prior/__init__.py", line 273, in load_dataset git_lfs_cmd = _get_git_lfs_cmd() File "/usr/local/lib/python3.8/dist-packages/prior/__init__.py", line 92, in _get_git_lfs_cmd subprocess.run( File "/usr/lib/python3.8/subprocess.py", line 493, in run with Popen(*popenargs, **kwargs) as process: File "/usr/lib/python3.8/subprocess.py", line 858, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'wget'