ECToo / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

easy_install error: Couldn't find a setup script #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. easy_install -U pygooglevoice

What is the expected output? What do you see instead?
Expected: ?
Observed: error: Couldn't find a setup script in 
/tmp/easy_install-41fVsG/pygooglevoice-0.5-extras.zip

What version of the product are you using? On what operating system?
pygooglevoice 0.5, Lubuntu 12.04

Original issue reported on code.google.com by thei...@gmail.com on 28 May 2012 at 11:31

GoogleCodeExporter commented 9 years ago
Looks like the modules are still installed and I can import everything I need. 
I'm having a login issue now but I'll search the issues for a possible answer 
before posting anything further.

Original comment by thei...@gmail.com on 28 May 2012 at 11:44

GoogleCodeExporter commented 9 years ago
I'm having the same problem, but for me, it doesn't show up as actually 
installed:

> python googlevoice_read_all.py 
Traceback (most recent call last):
  File "googlevoice_read_all.py", line 1, in <module>
    from googlevoice import Voice,util
ImportError: No module named googlevoice

Original comment by me@ell.io on 3 Jan 2013 at 8:23

GoogleCodeExporter commented 9 years ago
Anybody figured out a way to fix this?

Original comment by stevn1...@gmail.com on 10 Feb 2013 at 1:21

GoogleCodeExporter commented 9 years ago
frustrating I just went to install this and got the same error

Original comment by grindle....@gmail.com on 10 Feb 2013 at 1:35

GoogleCodeExporter commented 9 years ago
having the same error...

Original comment by moshe.bi...@gmail.com on 18 Feb 2013 at 2:13

GoogleCodeExporter commented 9 years ago
Not sure the issue, but the following workaround works for me (i.e. install 
directly):

easy_install https://pygooglevoice.googlecode.com/files/pygooglevoice-0.5.tar.gz

Original comment by todd.gi...@gmail.com on 24 Dec 2013 at 9:42