-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
@jamesbowman, FYI.
Pip install of i2cdriver package fails with an error message and exit code. Please see details below.
ERROR: For req: i2cdriver. Invalid script entry point: <ExportEntry i2cgui = samples.i2cgui:None []> - A callable suffix is required. Cf https://packaging.python.org/specifications/entry-points/#use-for-scripts for more information.
$ python --version
Python 3.13.1
$ pip uninstall i2cdriver
WARNING: Skipping i2cdriver as it is not installed.
/projects$ pip install --no-cache-dir i2cdriver
Collecting i2cdriver
Downloading i2cdriver-1.0.5-py3-none-any.whl.metadata (558 bytes)
Requirement already satisfied: pyserial in /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages (from i2cdriver) (3.5)
Downloading i2cdriver-1.0.5-py3-none-any.whl (8.1 kB)
Installing collected packages: i2cdriver
ERROR: For req: i2cdriver. Invalid script entry point: <ExportEntry i2cgui = samples.i2cgui:None []> - A callable suffix is required. Cf https://packaging.python.org/specifications/entry-points/#use-for-scripts for more information.
/projects$ echo $?
1
AnnikaCodesDoom4535
Metadata
Metadata
Assignees
Labels
No labels