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

Version '0+unknown' #16

Closed
cbouy opened this issue Mar 19, 2021 · 0 comments
Closed

Version '0+unknown' #16

cbouy opened this issue Mar 19, 2021 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@cbouy
Copy link
Member

cbouy commented Mar 19, 2021

With the current installation process, when running prolif.__version__ in a python script, it will return "0+unknown" if users have installed a non-tagged version with the command pip install git+https://github.com/chemosim-lab/ProLIF.git.

The only way to get a proper version string is to either:

  • Install from a tagged release: pip install https://github.com/chemosim-lab/ProLIF/archive/v0.3.0.zip
  • Clone this repository and run pip install . or pip install -e .

Since this will happen mostly because ProLIF is not available on PyPI yet (see #6), and there's a workaround to get the version (pip list | grep prolif), I won't fix it.

@cbouy cbouy added bug Something isn't working wontfix This will not be worked on labels Mar 19, 2021
@cbouy cbouy closed this as completed Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant