suryasev / unofficial-google-trends-api

Python-based API that uses the http site to download Google Trends data
http://www.juiceanalytics.com/openjuice/programmatic-google-trends-api/
215 stars 70 forks source link

pyGTrends isn't installable via pip #6

Open hyperair opened 11 years ago

hyperair commented 11 years ago

% pip install pyGTrends Downloading/unpacking pyGTrends Could not find any downloads that satisfy the requirement pyGTrends No distributions at all found for pyGTrends Storing complete log in /home/hyperair/.pip/pip.log

hyperair commented 11 years ago

Here's the install log.

/home/hyperair/.virtualenvs/healthmeter/bin/pip run on Wed Dec 5 15:12:18 2012 Downloading/unpacking pyGTrends

Getting page http://pypi.python.org/simple/pyGTrends URLs to search for versions for pyGTrends:

No distributions at all found for pyGTrends

Exception information: Traceback (most recent call last): File "/home/hyperair/.virtualenvs/healthmeter/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main status = self.run(options, args) File "/home/hyperair/.virtualenvs/healthmeter/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 245, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/home/hyperair/.virtualenvs/healthmeter/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 978, in prepare_files url = finder.find_requirement(req_to_install, upgrade=self.upgrade) File "/home/hyperair/.virtualenvs/healthmeter/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/index.py", line 157, in find_requirement raise DistributionNotFound('No distributions at all found for %s' % req) DistributionNotFound: No distributions at all found for pyGTrends