New comment by hholst80 on void-packages repository https://github.com/void-linux/void-packages/issues/41958#issuecomment-1623619582 Comment: @notramo please try this ``` [I] root@trump /u/l/p/s/h/cli# pwd /usr/lib/python3.11/site-packages/httpie/cli [I] root@trump /u/l/p/s/h/cli# python3 Python 3.11.4 (main, Jun 8 2023, 02:02:15) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import definition >>> definition.__doc__ '\nHTTPie: modern, user-friendly command-line HTTP client for the API era.\n\n' >>> ``` ``` [I] root@trump ~# python3 Python 3.11.4 (main, Jun 8 2023, 02:02:15) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import httpie.cli.definition >>> httpie.cli.definition.__file__ '/usr/lib/python3.11/site-packages/httpie/cli/definition.py' >>> ```