pingo-io / pingo-py

Generic API for controlling boards with programmable IO pins
http://pingo.io
MIT License
257 stars 50 forks source link

Support Intel Edison #69

Closed Vido closed 8 years ago

Vido commented 9 years ago

Thanks to Jomar (@homembit), Intel has kindly donated some Intel Edison samples. We should support Intel Edison too.

rimolive commented 9 years ago

I tried to run setup.py from the Github repo but I got this error:

Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools

Searching in the opkg Edison repo, there is no python-setuptools package. If you guys know about other options to make Pingo run in Intel Edison I appreciate it.

homembit commented 9 years ago

Use at your own risk: http://alextgalileo.altervista.org/edison-package-repo-configuration-instructions.html

-------- Mensagem Original -------- De:Ricardo Martinelli de Oliveira notifications@github.com Enviado em:Sun, 15 Feb 2015 15:04:56 -0200 Para:garoa/pingo pingo@noreply.github.com Cc:homembit homembit@gmail.com Assunto:Re: [pingo] Support Intel Edison (#69)

I tried to run setup.py from the Github repo but I got this error:

Traceback (most recent call last): File "setup.py", line 6, in from setuptools import setup, find_packages ImportError: No module named setuptools

Searching in the opkg Edison repo, there is no python-setuptools package. If you guys know about other options to make Pingo run in Intel Edison I appreciate it.

— Reply to this email directly or view it on GitHub.

ramalho commented 9 years ago

On Sun, Feb 15, 2015 at 3:04 PM, Ricardo Martinelli de Oliveira notifications@github.com wrote:

I tried to run setup.py from the Github repo but I got this error:

Traceback (most recent call last): File "setup.py", line 6, in from setuptools import setup, find_packages ImportError: No module named setuptools

Searching in the opkg Edison repo, there is no python-setuptools package. If you guys know about other options to make Pingo run in Intel Edison I appreciate it.

Usually it's not hard to install setuptools directly (without using a package manager). There is an ez_setup.py script that does the magic. Take a look at instructions here:

https://pypi.python.org/pypi/setuptools/12.0.5

Best,

Luciano

Luciano Ramalho Twitter: @ramalhoorg

Professor em: http://python.pro.br Twitter: @pythonprobr

danilobellini commented 9 years ago

You can install distribute/pip directly (probably without --force-reinstall): https://twitter.com/danilobellini/status/461653494295179264

rimolive commented 9 years ago

Thanks @homembit but these repos are the ones I'm using. However, I decided follow @danilobellini suggestion and it worked.

Vido commented 8 years ago

PR #83 closes this issue