FileNotFoundError: [WinError 2] Система не может найти указанный файл :-(? [закрыто]

(python_net) PS C:\Users\saman\desktop\my_project\python_net> python who_is.py
Traceback (most recent call last):
  File "C:\Users\saman\desktop\my_project\python_net\who_is.py", line 11, in <module>
    result = whois.query('instagram.com')
  File "C:\Users\saman\python_net\lib\site-packages\whois\__init__.py", line 351, in query
    whois_str = do_query(
  File "C:\Users\saman\python_net\lib\site-packages\whois\_1_query.py", line 64, in do_query
    _do_whois_query(
  File "C:\Users\saman\python_net\lib\site-packages\whois\_1_query.py", line 147, in _do_whois_query
    p = subprocess.Popen(
  File "C:\Users\saman\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 969, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Users\saman\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1438, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified

я программист python моя цель найти ошибки в python для разработчиков чтобы кодировать лучше

Вернуться на верх