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

Mismatch Between GitHub and PyPI Versions of backgroundremover v0.2.7 #142

Closed
alexpovkolas opened this issue Apr 30, 2024 · 3 comments
Closed

Comments

@alexpovkolas
Copy link

Issue Description

There appears to be a discrepancy between the source code of backgroundremover v0.2.7 available on PyPI and the corresponding version on the GitHub repository.

Details

The bg.py file from the PyPI package seems to be dated Dec 6, which does not match the latest version of the same file in the GitHub repository. This has led to some confusion and import issues when using backgroundremover as a library.

Expected Behavior

The source code on PyPI should match the tagged release on GitHub for v0.2.7.

Actual Behavior

The source code on PyPI for backgroundremover v0.2.7 includes an older version of bg.py from Dec 6, which is different from what's currently on GitHub.

Steps to Reproduce

  1. Install backgroundremover v0.2.7 via pip.
  2. Compare the bg.py file from the installed package with the one available on the GitHub repository for the same version tag.

It would be greatly appreciated if the maintainers could look into this and ensure that the PyPI package is updated to reflect the GitHub repository's state for the same version.

Thank you for your attention to this matter.

@nadermx
Copy link
Owner

nadermx commented Apr 30, 2024

huh? The version on github is one commit ahead of the 0.2.7 release? I'm kinda of confused.

@alexpovkolas
Copy link
Author

github is ok but PyPI has an issue. When you do pip install backgroundremover==0.2.7 it fetches source code that does not match github 0.2.7 release.
E.g. I don't have github.py file when install the lib via pip

@nadermx
Copy link
Owner

nadermx commented May 1, 2024

upgrade to 0.2.8 pip install --upgrade backgroundremover

@nadermx nadermx closed this as completed May 1, 2024
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

2 participants