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

build with pip install -e . incorrectly states version number is v0.1.5 #99

Open
orionarcher opened this issue Apr 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@orionarcher
Copy link
Collaborator

Installing from source in a fresh directory with this code:

>>> git clone [email protected]:MDAnalysis/solvation-analysis.git
>>> cd solvation-analysis 
>>>  pip install -e .

Yields an install that yields version 0.1.5.

Obtaining file:///Users/orioncohen/projects/development/solvation-analysis/temp/solvation-analysis
  Installing build dependencies ... done
  Checking if build backend supports build_editable ... done
  Getting requirements to build editable ... done
  Preparing editable metadata (pyproject.toml) ... done

... # dependencies

Building wheels for collected packages: solvation-analysis
  Building editable for solvation-analysis (pyproject.toml) ... done
  Created wheel for solvation-analysis: filename=solvation_analysis-0.1.5+168.g8dca230-0.editable-py3-none-any.whl size=29994 sha256=cd21d156a501dd3c5ec58af47272955abf1b41e6dc1601045326240671b6bfab
  Stored in directory: /private/var/folders/2f/nyqz1tfs5yj0c79rxw9f2d200000gs/T/pip-ephem-wheel-cache-d5j2dahr/wheels/4e/49/f2/b9ef1a299793ee28d3f9243154fcc50fb10bfa3e23d3bdee83
Successfully built solvation-analysis
Installing collected packages: solvation-analysis
  Attempting uninstall: solvation-analysis
    Found existing installation: solvation-analysis 0.1.5+168.g8dca230
    Uninstalling solvation-analysis-0.1.5+168.g8dca230:
      Successfully uninstalled solvation-analysis-0.1.5+168.g8dca230
Successfully installed solvation-analysis-0.1.5+168.g8dca230

I've searched the whole package for the string "0.1.5" and am really not sure what might be causing this.

@orionarcher orionarcher added the bug Something isn't working label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant