Hi, i am working with a compare between differents single board computers. i am using a raspberry pi, beaglebone black and intel edison. i need to measure the performance to serial port adquisition and measure the speed to store this in a sqlite database. For this i am using the profiler module, in beagle bone black and raspberry pi, i have no problem to install this module, but in intel edison i cant install the module. when i try install the terminal this shown :
root@edison:~# easy_install python-profiler
Searching for python-profiler
Reading https://pypi.python.org/simple/python-profiler/
Couldn't find index page for 'python-profiler' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
/usr/lib/python2.7/site-packages/setuptools-8.3-py2.7.egg/pkg_resources/__init__.py:2448: PEP440Warning: 'getpaid.recipe.release (fix)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
No local packages or download links found for python-profiler
error: Could not find suitable distribution for Requirement.parse('python-profiler')
How can i install this module?
Thanks