rimonhanna/Spotify-To-Youtube

No module named 'six.moves'

Opened this issue · 3 comments

this issue is most likely to crop up with most systems. though reinstalling the module 'six' solved this issue. so better to remove the version lock for 'six' from the requirements file.

Running "pip install six --force-reinstall" fixes this for me

There were bugs in six lib, best to upgrade your local libs using:
pip install pip-review
pip-review --local --auto

Были ошибки в шести библиотеках, лучше всего обновить локальные библиотеки с помощью: pip install pip-review pip-review --local --auto

Спасибо помогло!