Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31355 > unrolled thread
| Started by | Noah Coad <noah@coad.net> |
|---|---|
| First post | 2012-10-15 19:41 -0700 |
| Last post | 2012-10-18 00:24 +1100 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
easy_install says "not a recognized archive type" Windows Py3 Noah Coad <noah@coad.net> - 2012-10-15 19:41 -0700
Re: easy_install says "not a recognized archive type" Windows Py3 Chris Angelico <rosuav@gmail.com> - 2012-10-18 00:24 +1100
| From | Noah Coad <noah@coad.net> |
|---|---|
| Date | 2012-10-15 19:41 -0700 |
| Subject | easy_install says "not a recognized archive type" Windows Py3 |
| Message-ID | <43c15417-d2a8-4995-8ff8-cfe5d13aac63@googlegroups.com> |
Hello, I'm new to Python, have v3.0 32bit installed on Windows 7, installed distribute, now trying to install pymysql and am getting the below error. Any pointers on how to fix? thanks!! -Noah [C:\Python32]pip install --upgrade distribute Real name of requirement distribute is distribute Requirement already up-to-date: distribute in c:\python32\lib\site-packages\dist ribute-0.6.28-py3.2.egg Cleaning up... [C:\Python32]easy_install pymysql Searching for pymysql Reading http://pypi.python.org/simple/pymysql/ Couldn't find index page for 'pymysql' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ Reading http://pypi.python.org/simple/PyMySQL/ Reading http://code.google.com/p/pymysql Best match: PyMySQL 0.5 Downloading http://pypi.python.org/packages/source/P/PyMySQL/PyMySQL-0.5.tar.gz# md5=125e8a3449e05afcb04874a19673426b Processing PyMySQL-0.5.tar.gz error: Not a recognized archive type: c:\users\noahco~1\appdata\local\temp\easy_ install-gpekqc\PyMySQL-0.5.tar.gz
[toc] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2012-10-18 00:24 +1100 |
| Message-ID | <mailman.2343.1350480283.27098.python-list@python.org> |
| In reply to | #31355 |
On Tue, Oct 16, 2012 at 1:41 PM, Noah Coad <noah@coad.net> wrote: > error: Not a recognized archive type: c:\users\noahco~1\appdata\local\temp\easy_ > install-gpekqc\PyMySQL-0.5.tar.gz Nobody seems to have responded to this (or I haven't seen it), but it looks like your system can't extract gzip files. Suggestions found on other fora (at the opposite end of a Google search) point to possibly using pip instead of easy_install; alternatively, you may be able to install a Windows gzip utility, though I don't know anything about linking that up with easy_install. Sorry I can't be of more help! But maybe bumping this thread will bring it to someone's attention who actually knows. ChrisA
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web