GregBowyer / cld2-cffi

Python bindings to the Compact Language Detector
Apache License 2.0
33 stars 10 forks source link

Issue with release 0.1.2 ? #6

Closed taynaud closed 8 years ago

taynaud commented 8 years ago

Hello,

There is a disrepencie between https://pypi.python.org/pypi/cld2-cffi and https://pypi.python.org/simple/cld2-cffi/

The second one does not contain the 0.1.2 version. Is it a release issue ?

Best,

gryBox commented 8 years ago

A related issue - Using pip install cld2-cffi returns 0.1.1 install, (which fails on my Win 7 64 python 3.5). Trying to use pip install cld2-cffi==0.1.2 also fails for other reasons. Any suggestions on how to download 0.1.2

GregBowyer commented 8 years ago

Sorry only just saw this, not sure I might do a new release. I also don't know how this installs on windows as windows typically does not include a build environment.

pquentin commented 8 years ago

A new release would be nice, but I don't think that prevents making sure the archive is uploaded to PyPI. (Our workaround was to do this ourselves in our private devpi instance.)

GregBowyer commented 8 years ago

Does 0.1.3 solve issues for you?

gryBox commented 8 years ago

Thank you ... I will try it out this weekend and let you know

Itay Livni

On Thu, Jul 28, 2016 at 3:01 PM, Greg Bowyer notifications@github.com wrote:

Does 0.1.3 solve issues for you?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GregBowyer/cld2-cffi/issues/6#issuecomment-236008161, or mute the thread https://github.com/notifications/unsubscribe-auth/AP_JQUZCgNQ7wu3QwSgW4hsaA7VNFNJjks5qaQqcgaJpZM4Ht3gc .

gryBox commented 8 years ago

@GregBowyer Unfortunately not. Does it have to do with the c compiler in my Windows 7 installation ?

cld2_bug

GregBowyer commented 8 years ago

Ah try from github directly rather than from release

On Sat, Aug 6, 2016, at 10:13 PM, gryBox wrote:

@GregBowyer[1] Unfortunately not. Does it have to do with the c compiler in my Windows 7 installation ? cld2_bug — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub[2], or mute the thread[3].

Links:

  1. https://github.com/GregBowyer
  2. https://github.com/GregBowyer/cld2-cffi/issues/6#issuecomment-238064149
  3. https://github.com/notifications/unsubscribe-auth/AAHr7x3jmEgbitfSHAize3qU_giurTGIks5qdWmGgaJpZM4Ht3gc
gryBox commented 8 years ago

@GregBowyer The version on Github worked! :+1:

Thank you..

taynaud commented 8 years ago

It fixes the issue, thanks !