imfatant / test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install future

7st4r opened this issue · comments

commented

Hi i am unable to install future, any idea how i can fix it? Here is the log

debian@beaglebone:~$ sudo pip install future
Collecting future
Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB)
100% |################################| 829kB 113kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-PRquLf/future/setup.py", line 181, in
**setup_kwds
File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/setuptools/dist.py", line 225, in init
_Distribution.init(self,attrs)
File "/usr/lib/python2.7/distutils/dist.py", line 287, in init
self.finalize_options()
File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/setuptools/dist.py", line 258, in finalize_options
ep.load()(self, ep.name, value)
File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/pkg_resources.py", line 2065, in load
raise ImportError("%r has no %r attribute" % (entry,attr))
ImportError: <module 'setuptools.dist' from '/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/setuptools/dist.pyc'> has no 'check_specifier' attribute

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-PRquLf/future/
debian@beaglebone:~$

I manually re-checked the whole ArduPilot install from scratch, with no problem. Have you followed the entire guide?

commented
commented
commented

I am using Mac so linux i suppose, i used itche to write the image. Not sure if that answered the info you asked?

commented

So to be able to connect with q ground control do i only needed to

TELEM1="-C /dev/ttyO1"
TELEM2="-A udp::14550"
GPS="-B /dev/ttyS2"

with my mac wlan ip adress?
Or is there any command that can check if the program is running?

commented

The red LED isnt flashing

commented

i just now created an image with etcher on sd card and and trying to reboot from it but i can ssh the board or claod9 it

commented

ok, i guess i should try it all over again

commented

have you also treid Mirkos method?

commented

My suspiction is the board isnt correctly running the console image.

commented

Its ok with iot image

commented

ssh debian@10.0.0.10
ssh: connect to host 10.0.0.10 port 22: Operation timed out

commented

I treid that too

commented

10.0.0.10 is the beaglebone wireless ip adress. I am able to ssh debian with both 10.0.0.10 and 192.168.6.2, but not with 192.168.7.2 in the ito image. In the console image i cant ssh debain with 10.0.0.10, 192.168.7.2 or 192.168.6.2. I was able to install the network driver but not the serial driver.

commented

I understand, I have requasted for a replacement of BBBlue from the retailer as it might be faulty. Like I mentioned i am able to connect with Iot image but not with console image.