darknessomi / musicbox

网易云音乐命令行版本
MIT License
9.79k stars 1.59k forks source link

pkg_resources.DistributionNotFound: The 'requests-cache' distribution was not found and is required by NetEase-MusicBox #818

Open tienyeung opened 5 years ago

tienyeung commented 5 years ago

Traceback (most recent call last): File "/usr/bin/musicbox", line 6, in from pkg_resources import load_entry_point File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3241, in @_call_aside File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3225, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3254, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 583, in _build_master ws.require(requires) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'requests-cache' distribution was not found and is required by NetEase-MusicBox

axionl commented 5 years ago

For the users of archlinuxcn repo, I re-added this package, which was removed during the previous cleanup. However, there may be other design issues with its cookies mechanism and need to be fixed.

kigawas commented 5 years ago

please try using pip or git clone