Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve pyGIMLi version is 'untagged' #137

Closed
Coastal0 opened this issue Mar 8, 2018 · 2 comments
Closed

Retrieve pyGIMLi version is 'untagged' #137

Coastal0 opened this issue Mar 8, 2018 · 2 comments

Comments

@Coastal0
Copy link

Coastal0 commented Mar 8, 2018

Problem description

I've just installed pyGIMLi via the windows installer to use with Anaconda (rather than WinPython). I wanted to check I had the right version installed by using pygimli._version(), which returns

import pygimli
pygimli.version()
0+untagged.1780.g86f2041 core: libgimli-0.9.7

Your environment

Windows 10
Python 3.6

print(pygimli.__version__)
0+untagged.1780.g86f2041

Installed via win binary (but had the same problem with wheels)

@florian-wagner
Copy link
Member

Hi @Coastal0, yes, we are aware of this. This is due to the current way of packaging on windows. @halbmy is working on a conda package for windows at the moment. Once that is up and running, there is no need to mix installers and wheels with conda and also the version tag will be transferred correctly. We can leave this issue open as a reminder.

@halbmy
Copy link
Contributor

halbmy commented Apr 11, 2018

The binary installers for Windows (wheels and msi) are now also undergoing the setup process so that the version numbers for both are ok now (currently 1.0.6). Note that I just replaced the binary installers on https://github.com/gimli-org/gimli/releases/latest after testing both msi and whl. Note that we are focussing on Python 3.6 only but could provide installers for Python 3.5 as well. We favor Anaconda (against which pyGIMLi is built) but WinPython should work as well. Python 2 support is dropped by now.

Next step is to provide conda packages for Windows (see #85) in the near future.

@halbmy halbmy closed this as completed Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants