Spleeter: setuptools package version requirement during installation

Created on 4 Nov 2019  路  7Comments  路  Source: deezer/spleeter

I got the following error when I was installing spleeter via pip. I didn't had setuptools installed on my system previously. Just to let you know.

ERROR: tensorboard 1.14.0 has requirement setuptools>=41.0.0, but you'll have setuptools 40.8.0 which is incompatible.

MacOS bug distribution help wanted pip

All 7 comments

Which version of Python are you using and which OS please ?

In general, the command to update setuptools would be pip install -U setuptools. Use pip3 if that's what you use.

@Faylixe macOS Mojave 10.14.6 & Python 3.7.4

I ran "pip3 install spleeter"

Probably it'll be ok when I update the setuptools package explicitly. I wanted to notify developers to update the "requirments.txt" file accordingly so that it would install the newer versions of the setuptools package during initial install.

You should then try

pip install -U setuptools

as suggested by @aadibajpai or

pip3 install setuptools>=41.0.0

We will update PyPi package to reflect the setuptools dep explicitly

We will update PyPi package to reflect the setuptools dep explicitly

Since it's a subdependency if you start going down this rabbit hole then it might be too deep :P

Imho the error message is self explanatory :)

Well actually we are using setuptools in Spleeter installation script so it still make sense :)

Well actually we are using setuptools in _Spleeter_ installation script so it still make sense :)

You mean here (https://github.com/deezer/spleeter/blob/master/setup.py)?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aidv picture aidv  路  4Comments

danielkorg picture danielkorg  路  4Comments

daslicht picture daslicht  路  4Comments

rcgale picture rcgale  路  4Comments

Rohan-Kishibe picture Rohan-Kishibe  路  5Comments