-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
If you run pip install bable-interface, you get:
Downloading https://files.pythonhosted.org/packages/ff/c6/1c0b918d69ddca9c43566297834d16d0a9426c6940c2d6ef80495dd782ec/bable-interface-1.2.0.tar.gz (835kB)
[scan] Collecting flatbuffers==1.9 (from bable-interface)
[scan] Downloading https://files.pythonhosted.org/packages/70/fd/d00eb65ec0e89258aec231af3b86539e6e7ba0c553dfeacd018ccee31eba/flatbuffers-1.9-py2.py3-none-any.whl
[scan] Installing collected packages: flatbuffers, bable-interface
[scan] Running setup.py install for bable-interface: started
[scan] Running setup.py install for bable-interface: finished with status 'done'
[scan] Successfully installed bable-interface-0.0.0.dev0 flatbuffers-1.9
See how it ends up installing bable-interface-0.0.0.dev0 instead of the current v1.2.0.
If you later try to install iotile-transport-native-ble, you get:
iotile-transport-native-ble 1.0.0 has requirement bable-interface>=1.2.0, but you'll have bable-interface 0.0.0.dev0 which is incompatible.
and then a run time error if you try to use it:
pkg_resources.VersionConflict: (bable-interface 0.0.0.dev0 (/usr/local/lib/python3.6/site-packages), Requirement.parse('bable-interface>=1.2.0'))
Metadata
Metadata
Assignees
Labels
No labels