Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sysperf install invalid script entry point #1

Open
vmsman opened this issue Nov 14, 2022 · 1 comment
Open

Sysperf install invalid script entry point #1

vmsman opened this issue Nov 14, 2022 · 1 comment

Comments

@vmsman
Copy link

vmsman commented Nov 14, 2022

I tried to install sysperf and got an invalid entry point.
`
scott@Sysperf:~$ python3 -m pip install sysperf
Defaulting to user installation because normal site-packages is not writeable
Collecting sysperf
Downloading sysperf-0.0.5.tar.gz (106 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.8/106.8 KB 1.4 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting Flask
Downloading Flask-2.2.2-py3-none-any.whl (101 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.5/101.5 KB 2.4 MB/s eta 0:00:00
Collecting psutil
Downloading psutil-5.9.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 280.2/280.2 KB 10.2 MB/s eta 0:00:00
Collecting itsdangerous>=2.0
Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Requirement already satisfied: click>=8.0 in /usr/lib/python3/dist-packages (from Flask->sysperf) (8.0.3)
Requirement already satisfied: Jinja2>=3.0 in /usr/lib/python3/dist-packages (from Flask->sysperf) (3.0.3)
Collecting Werkzeug>=2.2.2
Downloading Werkzeug-2.2.2-py3-none-any.whl (232 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.7/232.7 KB 4.6 MB/s eta 0:00:00
Collecting MarkupSafe>=2.1.1
Downloading MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Building wheels for collected packages: sysperf
Building wheel for sysperf (setup.py) ... done
Created wheel for sysperf: filename=sysperf-0.0.5-py3-none-any.whl size=107367 sha256=50f0c77b2b7d760765ac93af26cc30c1f863f36fbea5066d52c0dc36a2712e9b
Stored in directory: /home/scott/.cache/pip/wheels/f0/a7/ad/6f8493605272665efd11773811660fafaf9eeefb31fce945b9
Successfully built sysperf
Installing collected packages: psutil, MarkupSafe, itsdangerous, Werkzeug, Flask, sysperf
WARNING: The script flask is installed in '/home/scott/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
ERROR: For req: sysperf. Invalid script entry point: <ExportEntry sysperf = sysperf.perf:None []> - A callable suffix is required. Cf https://packaging.python.org/specifications/entry-points/#use-for-scripts for more information.

`

@bmcgonag
Copy link

I got the same error as @vmsman.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants