famous-kite-46295
08/16/2024, 10:10 PMpants run "requirements:requirements#some-package" --
works to invoke the CLI of some packages but fails with ImportError: No module named some_package.__main__; 'some_package' is a package and cannot be directly executed
in other cases. Any ideas?broad-processor-92400
08/17/2024, 1:45 AMfamous-kite-46295
08/17/2024, 3:50 AMbroad-processor-92400
08/17/2024, 3:53 AM__main__.py
as the message references
• any configured entry_points
in the package metadata
... but probably mostly the first one 🙂