NickWaterton / Roomba980-Python

Python program and library to control iRobot Roomba 980 Vacuum Cleaner
MIT License
377 stars 106 forks source link

Having some issues #22

Open RonJ103 opened 6 years ago

RonJ103 commented 6 years ago

I tried following the instructions. I got the following error:

C:\Users\Jeremy>pip install https://github.com/NickWaterton/Roomba980-Python.git Collecting https://github.com/NickWaterton/Roomba980-Python.git Downloading https://github.com/NickWaterton/Roomba980-Python.git | 235kB 936kB/s Cannot unpack file C:\Users\Jeremy\AppData\Local\Temp\pip-sdzhqxv3-unpack\Roomba980-Python.git (downloaded from C:\Users\Jeremy\AppData\Local\Temp\pip-ws0sm3am-build, content-type: text/html; charset=utf-8); cannot detect archive format Cannot determine archive format of C:\Users\Jeremy\AppData\Local\Temp\pip-ws0sm3am-build

Any idea of what the problem is?

NickWaterton commented 6 years ago

I think my instructions there may be wrong since PSchmidt repackaged for pip install, you do have git installed right?

The easiest way to install is pip install roomba980-python

the other way to do it is to git clone https://github.com/NickWaterton/Roomba980-Python.git Then CD to roomba980-Python and run python ./setup install

Pip is the easiest way. You may need to run pip install (not if you are on Windows I guess).

Nick Waterton P.Eng Sent from my iPhone

On Nov 27, 2017, at 7:50 PM, RonJ103 notifications@github.com<mailto:notifications@github.com> wrote:

I tried following the instructions. I got the following error:

C:\Users\Jeremy>pip install https://github.com/NickWaterton/Roomba980-Python.git

Collecting https://github.com/NickWaterton/Roomba980-Python.git Downloading https://github.com/NickWaterton/Roomba980-Python.git | 235kB 936kB/s Cannot unpack file C:\Users\Jeremy\AppData\Local\Temp\pip-sdzhqxv3-unpack\Roomba980-Python.git (downloaded from C:\Users\Jeremy\AppData\Local\Temp\pip-ws0sm3am-build, content-type: text/html; charset=utf-8); cannot detect archive format Cannot determine archive format of C:\Users\Jeremy\AppData\Local\Temp\pip-ws0sm3am-build

Any idea of what the problem is?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/NickWaterton/Roomba980-Python/issues/22, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALCUZw4ROx26kGVzhZWpwpes41fAgM3bks5s61jCgaJpZM4Qsha0.

Unsubscribe from GE's commercial electronic messages: http://sc.ge.com/*casl-unsubscribe Désabonner des messages électroniques commerciaux de GE: http://sc.ge.com/*lcap-desabonnement

RonJ103 commented 6 years ago

I did not have git installed, I didn't realize I needed it. I installed git and ran the pip install roomba980-python command and it worked, thanks.