Open dragonjay-lyj opened 1 year ago
the same error i have with Python 3.11.4
我从pypi上下载了spleeter的.whl文件,可是却报错显示仅支持tensorflow版本小于2.10.0,大于等于2.5.0。 I downloaded the Spleter .whl file from pypi, but an error was reported indicating that only TensorFlow versions less than 2.10.0 and greater than or equal to 2.5.0 are supported. 我想要下载tensorflow版本为2.5.0时,pip报错没有这个版本。 I want to download TensorFlow version 2.5.0, but PIP reported an error without this version. 我用7-zip打开了这个whl文件,并且查看了一个叫MEDATA的文件发现仅支持python版本>=3.7.1,<3.11所以无法支持python 3.11.x I opened this whl file using 7-zip and checked a file called MEDATA and found that it only supports Python version>=3.7.1,<3.11, so it cannot support Python version 3.11. x 截图: Screenshot: pip报错画面: PIP error screen: 翻译由百度翻译提供
Same error Python 3.11.5
I can reproduce the error on macOS Ventura 13.4 (using Python 3.11.5).
Can also confirm that the install works fine after downgrading to 3.10.11.
Disclaimer: Not an expert I was able to install here by creating a python 3.10 environment, then activating it, and installing there. I used anaconda
conda create --name py310 python=3.10
conda activate py310
then installed the pre-reqs, and continued the installation as shown.
is there any way/process for it to make python 3.11 compatible?
Description
Step to reproduce
Follow the tutorial
Output
pip install spleeter Collecting spleeter Downloading spleeter-2.1.0-py3-none-any.whl (50 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.3/50.3 kB 852.7 kB/s eta 0:00:00 Collecting ffmpeg-python==0.2.0 (from spleeter) Downloading ffmpeg_python-0.2.0-py3-none-any.whl (25 kB) Collecting httpx[http2]<0.17.0,>=0.16.1 (from spleeter) Downloading httpx-0.16.1-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.6/65.6 kB 1.8 MB/s eta 0:00:00 Collecting librosa==0.8.0 (from spleeter) Downloading librosa-0.8.0.tar.gz (183 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.9/183.9 kB 2.2 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting norbert==0.2.1 (from spleeter) Downloading norbert-0.2.1-py2.py3-none-any.whl (11 kB) Collecting numpy<1.19.0,>=1.16.0 (from spleeter) Downloading numpy-1.18.5.zip (5.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 893.6 kB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [69 lines of output] Running from numpy source directory.