DINKIN / winpython

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

Cannot install noise library from Gohlke's collection #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to install the noise library - PyPI at 
http://pypi.python.org/pypi/noise/ .

1. Using WinPython-32bit-2.7.3.2 on Windows 7 64-bit.
2. Downloaded noise-1.0b3.win32-py2.7.‌exe from 
http://www.lfd.uci.edu/~gohlke/pythonlibs/#noise (which appears to be a 
Distutils-generated installer)
3. Drag & dropped noise library installer on WinPython Control Panel's 
"Install/upgrade packages" panel

I expected to see a new line item to install the noise library.  Instead, there 
is a Warning window that says "The following packages are not (yet) supported 
by WinPython Control Panel: noise-1.0b3.win32-py2.7.‌exe"

I've been able to install lxml-3.0.2.win32-py2.7.exe from the same website 
without error, so I'm guessing it's not necessarily a problem with how Gohlke 
is building his packages.  (Though I am fairly ignorant in these matters, and 
am probably wrong.)

I will attempt to replicate this using the 64-bit versions of WinPython and the 
noise library.

Original issue reported on code.google.com by sproati...@gmail.com on 3 Jan 2013 at 3:46

GoogleCodeExporter commented 9 years ago
That is only a limitation of the installer name (regular expression).  It 
should be already fixed in development version ("winpython" Python package). In 
the mean time, you may simply rename the installer so that there is no digit 
after 1.0b (or no "b3" at all). 

I'll check if this is really fixed before closing this issue. 

Original comment by pierre.raybaut on 3 Jan 2013 at 9:04

GoogleCodeExporter commented 9 years ago
Renaming the installer worked.  The noise library installed and behaves as 
expected so far.

Thanks for the quick response, by the way!

Original comment by sproati...@gmail.com on 3 Jan 2013 at 3:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Tested the rename method on WinPython-64bit-2.7.3.2, and passed.

Original comment by sproati...@gmail.com on 3 Jan 2013 at 10:41

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 21 Apr 2013 at 8:25