pombreda / feedparser

Automatically exported from code.google.com/p/feedparser
Other
0 stars 0 forks source link

feedparser no longer easy_installs on MacOSX/10.4_x86 (observed 2009/08/26) #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use MacBook Pro running OSX 10.4
2. sudo easy_install feedparser        # worked 2009/05/26, but not now
3.

What is the expected output? What do you see instead?
A: should install

What version of the product are you using? On what operating system?
OSX 10.4, python 2.6

Please provide any additional information below.
Here's the ERROR output:
dkorytin-10699s:~ korytina$ sudo easy_install feedparser        # worked
2009/05/26
Retrieved config from:
/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/
.enstallerrc
Retrieved config from:
/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/
.enstallerrc
There is no difference between the current state and the most recent saved
state in the enstaller.cache, so the current state does not need to be saved.
Searching for feedparser
No matching release version found. Searching for latest development version.
Reading http://www.enthought.com/repo/epd/eggs/MacOSX/10.4_x86/
Please enter credentials to access this repository:
User Name: 

Original issue reported on code.google.com by koryt...@gmail.com on 26 Aug 2009 at 8:20

GoogleCodeExporter commented 9 years ago
@Adewale: Please close this report.

It looks like easy_install is pointing at a custom package index, instead of 
the Python Package Index (pypi). That package index also requires 
authentication.

@korytina: Do you know when enthought.com started requiring authentication? It 
may be that you need a username and password created or updated in order to 
access it. It's also possible that enthought.com has removed feedparser from 
its package index.

Original comment by kurtmckee on 5 Dec 2010 at 9:35

GoogleCodeExporter commented 9 years ago
Marking as WontFix since it's bug with the packaging site not Feedparser

Original comment by adewale on 13 Dec 2010 at 12:48