peframe
peframe copied to clipboard
Invalid script entry point
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.
@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