Git Product home page Git Product logo

Comments (2)

this-is-geek-sassy avatar this-is-geek-sassy commented on September 20, 2024

I could observe the issue in the Python 3.12 environment as well. However, the command is breaking with another exception. It looks somewhat like this:

C:\Windows\System32>socli
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\AVWUVT744\AppData\Local\Programs\Python\Python312\Scripts\socli.exe\__main__.py", line 4, in <module>
  File "C:\Users\AVWUVT744\AppData\Local\Programs\Python\Python312\Lib\site-packages\socli\sentry.py", line 12, in <module>
    main()
  File "C:\Users\AVWUVT744\AppData\Local\Programs\Python\Python312\Lib\site-packages\socli\socli.py", line 474, in main
    printer.helpman()
  File "C:\Users\AVWUVT744\AppData\Local\Programs\Python\Python312\Lib\site-packages\socli\printer.py", line 195, in helpman
    screen_height, screen_width = subprocess.check_output(['stty', 'size']).split()
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\AVWUVT744\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 466, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\AVWUVT744\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 548, in run
    with Popen(*popenargs, **kwargs) as process:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\AVWUVT744\AppData\Local\Programs\Python\Python312\Lib\site-packages\sentry_sdk\integrations\stdlib.py", line 217, in sentry_patched_popen_init
    rv = old_popen_init(self, *a, **kw)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\AVWUVT744\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Users\AVWUVT744\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1538, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
Sentry is attempting to send 2 pending events
Waiting up to 2 seconds
Press Ctrl-Break to quit

I am not sure if a separate bug should be opened for this. @MartyLake @gautamkrishnar

from socli.

MartyLake avatar MartyLake commented on September 20, 2024

@this-is-geek-sassy well, the error is gone after updating all homebrew packages now.

from socli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.