RUCAIBox / RecBole

A unified, comprehensive and efficient recommendation library
https://recbole.io/
MIT License
3.47k stars 615 forks source link

不满足软件包要求'hyperopt==0.2.5','thop>=0.1.1.post2207130030 #2098

Open 611699 opened 1 month ago

611699 commented 1 month ago

请问这个包为啥找不到呢

TayTroye commented 1 month ago

@611699 你好,你可以直接通过pip install -r requirements.txt进行依赖包安装

lorepirri commented 1 month ago

@611699 you could also run pip install recbole[hyperopt], because hyperopt is marked as an extra dependency (the only one).

On the other hand thop is mandatory and should be installed on your system when you run pip install recbole.