Roomba980-Python icon indicating copy to clipboard operation
Roomba980-Python copied to clipboard

Having some issues

Open RonJ103 opened this issue 6 years ago • 2 comments

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?

RonJ103 avatar Nov 28 '17 00:11 RonJ103

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 <[email protected]mailto:[email protected]> 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

NickWaterton avatar Nov 28 '17 02:11 NickWaterton

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.

RonJ103 avatar Nov 28 '17 17:11 RonJ103