Azelphur / pyPushBullet

Python library to interface with PushBullet
GNU General Public License v3.0
180 stars 48 forks source link

Pip install cannot unpack; cannot detect archive format #25

Closed icebal closed 8 years ago

icebal commented 9 years ago

Cannot unpack file c:\temp\pip-honfwr-unpack\pyPushBullet (downloaded from c:\appdata\local\temp\pip-ebcta8-build, content-type: text/html; charset=utf-8); cannot detect archive format Cannot determine archive format of c:\appdata\local\temp\pip-ebcta8-build this is the error given with either python 2.7 or python3. i edited out the user info. this happens when trying to run "pip install https://github.com/Azelphur/pyPushBullet" on linux or windows, admin or not. pip is updated to the newest version.

Azelphur commented 8 years ago

Seems like you're trying to run the wrong command, the correct command is

pip install git+https://github.com/Azelphur/pyPushBullet.git

g-o-o-g-l-e commented 8 months ago

PS C:\Users-----\PycharmProjects\1stPrj> pip install https://github.com/google/mediapipe Collecting https://github.com/google/mediapipe Downloading https://github.com/google/mediapipe

g-o-o-g-l-e commented 8 months ago

i can't install mediapipe in anyway