Skip to content

Instantly share code, notes, and snippets.

@mddub
Last active May 9, 2016 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mddub/a77aba0e9041a395bcca4eab2e16c72e to your computer and use it in GitHub Desktop.
Save mddub/a77aba0e9041a395bcca4eab2e16c72e to your computer and use it in GitHub Desktop.
pi@markpi:~/markps $ openaps use pump -h
Traceback (most recent call last):
File "/usr/local/bin/openaps-use", line 4, in <module>
__import__('pkg_resources').run_script('openaps==0.0.10', 'openaps-use')
File "build/bdist.linux-armv7l/egg/pkg_resources/__init__.py", line 745, in run_script
File "build/bdist.linux-armv7l/egg/pkg_resources/__init__.py", line 1670, in run_script
File "/usr/local/lib/python2.7/dist-packages/openaps-0.0.10-py2.7.egg/EGG-INFO/scripts/openaps-use", line 9, in <module>
from openaps import devices
File "/usr/local/lib/python2.7/dist-packages/openaps-0.0.10-py2.7.egg/openaps/devices/__init__.py", line 3, in <module>
import add, remove, show
File "/usr/local/lib/python2.7/dist-packages/openaps-0.0.10-py2.7.egg/openaps/devices/add.py", line 5, in <module>
from openaps import vendors
File "/usr/local/lib/python2.7/dist-packages/openaps-0.0.10-py2.7.egg/openaps/vendors/__init__.py", line 2, in <module>
import dexcom, medtronic, process, units
ValueError: bad marshal data (unknown type code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment