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

[BUG] Incompatibility with Python-pip #175

Closed
Prakash4844 opened this issue Jun 2, 2023 · 2 comments · Fixed by #176
Closed

[BUG] Incompatibility with Python-pip #175

Prakash4844 opened this issue Jun 2, 2023 · 2 comments · Fixed by #176
Labels

Comments

@Prakash4844
Copy link

Describe the bug
Tinytag fails to install through Python-pip.

Seems to happen because tinytag lists pip>=10 as a setup dependency.

pip has been >= 10 for a long time, so just removing that dependency and then installing works fine:

git clone https://github.com/devsnd/tinytag
cd tinytag
sed -i 's%  pip >= 10%%g' setup.cfg
pip install .

To Reproduce
Steps to reproduce the behavior:

  1. in Termux, Install Python using pkg install python, it will also install python-pip
  2. run command pip install tinytag

Expected behavior
Tinytag installed Successfully.

Sample File
Log can be found here Python-pip log for tinytag

@mathiascode
Copy link
Member

Thanks for reporting this, I'll tag a 1.9.1 release of tinytag in a few days.

@Prakash4844
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants