peframe icon indicating copy to clipboard operation
peframe copied to clipboard

Invalid script entry point

Open jloehel opened this issue 4 years ago • 1 comments

I receive the following error message during an installation via pip:

ERROR: Invalid script entry point: <ExportEntry peframe = peframe.peframecli:None []> for req: peframe==6.0.3 - A callable suffix is required. Cf https://packaging.python.org/specifications/entry-points/#use-for-scripts for more information.

jloehel avatar Jan 27 '20 19:01 jloehel

@guelfoweb please fix this. it is preventing pip install. you either need to change the setup.py console_scripts to reference a function (e.g. peframe=peframe.peframecli:main) or remove entry_points and replace it with scripts

malwarefrank avatar Aug 29 '20 13:08 malwarefrank