Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solo flash drone/controller doesn't work on Windows #41

Open
hamishwillee opened this issue Feb 24, 2016 · 1 comment
Open

solo flash drone/controller doesn't work on Windows #41

hamishwillee opened this issue Feb 24, 2016 · 1 comment
Labels

Comments

@hamishwillee
Copy link
Contributor

I tried a number of alternatives but except for getting the list, all fail similarly:

D:\Github\solodevguide\examples\helloworld>solo flash both latest --clean
you are about to flash Solo and the Controller.
by specifying --clean, you will REMOVE ALL LOCAL CHANGES to Solo.
proceed to perform update? [y/N] y

checking Internet connectivity...
Traceback (most recent call last):
  File "D:\apps\WinPython-64bit-2.7.10.2\python-2.7.10.amd64\Scripts\solo-script.py", line 9, in <module>
    load_entry_point('solo-cli==1.1.2', 'console_scripts', 'solo')()
  File "D:\apps\WinPython-64bit-2.7.10.2\python-2.7.10.amd64\lib\site-packages\pkg_resources\__init__.py", line 568, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "D:\apps\WinPython-64bit-2.7.10.2\python-2.7.10.amd64\lib\site-packages\pkg_resources\__init__.py", line 2720, in load_entry_point
    return ep.load()
  File "D:\apps\WinPython-64bit-2.7.10.2\python-2.7.10.amd64\lib\site-packages\pkg_resources\__init__.py", line 2380, in load
    return self.resolve()
  File "D:\apps\WinPython-64bit-2.7.10.2\python-2.7.10.amd64\lib\site-packages\pkg_resources\__init__.py", line 2386, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "D:\apps\WinPython-64bit-2.7.10.2\python-2.7.10.amd64\lib\site-packages\solo_cli-1.1.2-py2.7.egg\soloutils\__main__.py", line 37, in <module>
    soloutils.flash.main(args)
  File "D:\apps\WinPython-64bit-2.7.10.2\python-2.7.10.amd64\lib\site-packages\solo_cli-1.1.2-py2.7.egg\soloutils\flash.py", line 321, in main
    drone_file, drone_md5 = download_firmware('drone', version)
  File "D:\apps\WinPython-64bit-2.7.10.2\python-2.7.10.amd64\lib\site-packages\solo_cli-1.1.2-py2.7.egg\soloutils\flash.py", line 259, in download_firmware
    return fetch(updates[-1])
  File "D:\apps\WinPython-64bit-2.7.10.2\python-2.7.10.amd64\lib\site-packages\solo_cli-1.1.2-py2.7.egg\soloutils\flash.py", line 56, in fetch
    f = open('/tmp/' + file_name, 'wb')
IOError: [Errno 2] No such file or directory: u'/tmp/solo_2.0.0.tar.gz'
@johnwalz97
Copy link

Anybody who has this issue can now get around it by using the Windows Subsystem for Linux application that is part of the Anniversary Update developer tools. Then you can just follow the linux instructions which work well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants