hsuyelin / nas-tools

NAS媒体库管理工具
GNU Affero General Public License v3.0
2.02k stars 375 forks source link

[错误报告]: macOS M1 平台无法安装依赖libtorrent==2.0.9 #376

Open cshijiel opened 9 months ago

cshijiel commented 9 months ago

确认

当前程序版本

5c30f73d

问题类型

主程序运行问题

问题描述

macOS M1 平台无法安装依赖libtorrent==2.0.9

看是否方便修复?

发生问题时系统日志和配置文件

requirements.txt
libtorrent==2.0.9

python3 -m pip install --force-reinstall -r requirements.txt 

报错:
ERROR: Could not find a version that satisfies the requirement libtorrent==2.0.9 (from versions: none)
ERROR: No matching distribution found for libtorrent==2.0.9
cshijiel commented 9 months ago

查询发现libtorrent未提供macOS m1版本?

hsuyelin commented 8 months ago

python3.10 -m pip install --force-reinstall -r requirements.txt

Pramy commented 2 months ago

确认

  • [x] 我的版本是最新版本,我的版本号与 version 相同。
  • [x] 我已经 issue 中搜索过,确认我的问题没有被提出过。
  • [x] 我已经修改标题,将标题中的 描述 替换为我遇到的问题。

当前程序版本

5c30f73

问题类型

主程序运行问题

问题描述

macOS M1 平台无法安装依赖libtorrent==2.0.9

看是否方便修复?

发生问题时系统日志和配置文件

requirements.txt
libtorrent==2.0.9

python3 -m pip install --force-reinstall -r requirements.txt 

报错:
ERROR: Could not find a version that satisfies the requirement libtorrent==2.0.9 (from versions: none)
ERROR: No matching distribution found for libtorrent==2.0.9

可以使用brew install libtorrent-rasterbar 安装

northsea4 commented 2 months ago

@Pramy

可以使用brew install libtorrent-rasterbar 安装

请问然后应该怎么做呢?