geigerzaehler / beets-alternatives

Beets plugin to manage external files
MIT License
91 stars 21 forks source link

Can't upgrade to 0.10.2 with pip #64

Closed sindreruud closed 3 years ago

sindreruud commented 3 years ago

Hi!

This might be an error from my end, and I apologize if that is the case.

FreeNAS 11.3U5 Beets 1.4.9 installed in a jail running FreeBSD 11.4-RELEASE-p6 Python 3.7.9 Pip 21.0.1

I can't seem to upgrade beets-alternatives to 0.10.2 with pip. Here is the very very verbose output

root@beets2:~ # pip install -U -vvv beets-alternatives
Using pip 21.0.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)
Non-user install because site-packages writeable
Created temporary directory: /tmp/pip-ephem-wheel-cache-d_n86stt
Created temporary directory: /tmp/pip-req-tracker-230zzdea
Initialized build tracking at /tmp/pip-req-tracker-230zzdea
Created build tracker: /tmp/pip-req-tracker-230zzdea
Entered build tracker: /tmp/pip-req-tracker-230zzdea
Created temporary directory: /tmp/pip-install-15ghx5dk
Requirement already satisfied: beets-alternatives in /usr/local/lib/python3.7/site-packages (0.10.1)
1 location(s) to search for versions of beets-alternatives:
* https://pypi.org/simple/beets-alternatives/
Fetching project page and analyzing links: https://pypi.org/simple/beets-alternatives/
Getting page https://pypi.org/simple/beets-alternatives/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/beets-alternatives/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/beets-alternatives/ HTTP/1.1" 304 0
  Found link https://files.pythonhosted.org/packages/79/42/78a5a24ea5792364412c901f973899c4a0f258113957ce0e4fbafa9ab8d7/beets-alternatives-0.9.0.tar.gz#sha256=73a0a03562a32ea274a419d707309d4410caeaf3c3e160357ca6f4101f7866a5 (from https://pypi.org/simple/beets-alternatives/), version: 0.9.0
  Found link https://files.pythonhosted.org/packages/0b/35/246e9858ff7908e4d7460b1ac5225dc46d8728c2e98b33afc1ecba3b590f/beets_alternatives-0.9.0-py3-none-any.whl#sha256=617c30b5a2416ddc21900c6a14390a8cb0cd4336abbf80e3a0be243d4c472aaa (from https://pypi.org/simple/beets-alternatives/), version: 0.9.0
  Found link https://files.pythonhosted.org/packages/db/3c/2529311291f9e04ae02a7bf1e6b93ed894ffacdf8dab4a32a2ed7b6062e1/beets-alternatives-0.10.0.tar.gz#sha256=7d74df4b3490b60ecfef76c8692123016e58d3e5b2fb158df0b174f69b000f52 (from https://pypi.org/simple/beets-alternatives/), version: 0.10.0
  Found link https://files.pythonhosted.org/packages/1a/30/89f2fab0e664fb7661e71f75fde8ced4ca53a1959897b5cd545e78799c92/beets_alternatives-0.10.0-py3-none-any.whl#sha256=ef984bccd287b900576bdaf15c62269a21dcef4cdeec2ea8609d3481db804b88 (from https://pypi.org/simple/beets-alternatives/), version: 0.10.0
  Found link https://files.pythonhosted.org/packages/89/f3/be33d66993502cdf17dc7397cb0d8c12d088bd8fd9043cad1381f4caacbe/beets-alternatives-0.10.1.tar.gz#sha256=45a5f777bfd75917162ab69a8153b9730f131c5699aaa30ce8f02190bf81dba7 (from https://pypi.org/simple/beets-alternatives/), version: 0.10.1
  Found link https://files.pythonhosted.org/packages/ac/b5/e11fc20c9798d6c43d3a081e313a4d1280f6a6accf408e1783d26ede4d30/beets_alternatives-0.10.1-py3-none-any.whl#sha256=3ce4b3ea19c49db08e842cfbbfb24143e1ef92ce8f9423d4689fc349fc354ee7 (from https://pypi.org/simple/beets-alternatives/), version: 0.10.1
  Found link https://files.pythonhosted.org/packages/de/07/59d101ce9f64095a62f98a736baeb1ab610196517a65a6530d228826d6a5/beets-alternatives-0.10.2.linux-x86_64.tar.gz#sha256=f6a5f8af380c875e30ee008ee6722cf16a3984d198d9f3ec2c4e95f161961eee (from https://pypi.org/simple/beets-alternatives/), version: 0.10.2.linux-x86_64
Given no hashes to check 6 links for project 'beets-alternatives': discarding no candidates
Requirement already satisfied: beets>=1.4.7 in /usr/local/lib/python3.7/site-packages (from beets-alternatives) (1.4.9)
Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from beets-alternatives) (1.15.0)
Requirement already satisfied: mutagen>=1.33 in /usr/local/lib/python3.7/site-packages (from beets>=1.4.7->beets-alternatives) (1.42.0)
Requirement already satisfied: unidecode in /usr/local/lib/python3.7/site-packages (from beets>=1.4.7->beets-alternatives) (1.1.1)
Requirement already satisfied: musicbrainzngs>=0.4 in /usr/local/lib/python3.7/site-packages (from beets>=1.4.7->beets-alternatives) (0.7.1)  
Requirement already satisfied: pyyaml in /usr/local/lib/python3.7/site-packages (from beets>=1.4.7->beets-alternatives) (5.3.1)
Requirement already satisfied: munkres>=1.0.0 in /usr/local/lib/python3.7/site-packages (from beets>=1.4.7->beets-alternatives) (1.0.12)      
Requirement already satisfied: jellyfish in /usr/local/lib/python3.7/site-packages (from beets>=1.4.7->beets-alternatives) (0.8.2)
Created temporary directory: /tmp/pip-unpack-xumn_hv7
Removed build tracker: '/tmp/pip-req-tracker-230zzdea'
geigerzaehler commented 3 years ago

Hey @sindreruud. I’ve created a new release and you should be able to install it now. Can you confirm? (The problem was that I only created a source release for linux for v0.10.2)

sindreruud commented 3 years ago

Works like a charm, thank you very much!