You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
`
The text was updated successfully, but these errors were encountered:
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.
`
The text was updated successfully, but these errors were encountered: