Skip to content

Fix version metadata misalignment #8

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emileferreira
Copy link

Installing the latest version by from PyPI, using pip install octconv==0.2.0, fails with the following error.

Collecting octconv==0.2.0
  Using cached octconv-0.2.0.tar.gz (4.3 kB)
  Preparing metadata (setup.py) ... done
  WARNING: Requested octconv==0.2.0 from https://files.pythonhosted.org/packages/33/c7/b5ea3d12ba1954e48d9bc5beaf998bcc11478483a76452c5fbdbfe588a6d/octconv-0.2.0.tar.gz, but installing version 0.1.0
Discarding https://files.pythonhosted.org/packages/33/c7/b5ea3d12ba1954e48d9bc5beaf998bcc11478483a76452c5fbdbfe588a6d/octconv-0.2.0.tar.gz (from https://pypi.org/simple/octconv/): Requested octconv==0.2.0 from https://files.pythonhosted.org/packages/33/c7/b5ea3d12ba1954e48d9bc5beaf998bcc11478483a76452c5fbdbfe588a6d/octconv-0.2.0.tar.gz has inconsistent version: expected '0.2.0', but metadata has '0.1.0'
ERROR: Could not find a version that satisfies the requirement octconv==0.2.0 (from versions: 0.1.0, 0.2.0)
ERROR: No matching distribution found for octconv==0.2.0

This patch attempts to fix this error, by updating the version metadata to 0.2.0.

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

Successfully merging this pull request may close these issues.

1 participant