YTPlay 3
Raik (463) 2059 posts |
YTPlay V3.01 is “ready”. You can download here. |
Doug Webb (190) 1158 posts |
Hi Raik, Hope you and your family had a good break. I had YTPlay 3.01 working until today when I updated youtube-search-python from 1-3-2 to 1-3-4 and now it will not search. it gives the following error: “Traceback (most recent call last): I rather foolishly did not take a backup of PythonSite before doing the upgrade. Hope the error above gives a clue as to the issue? |
Doug Webb (190) 1158 posts |
OK fixed it by specifically installing youtube-search-python 1.3.2 with the following command: *python3 -m pip install youtube-search-python==1.3.2 This installed the specific version rather than the latest. YTPlay 3.01 is now searching again! Think it is due to a depreciation of some of the search commands in 1.3.4? Anyway learnt a bit more about Python today :-) |
Raik (463) 2059 posts |
I hope you and your family too. Thanks for your info. Have take a look. Chris !YTSearch works also no longer. Have no really idea why. Looks like bigger changes in thy python packages. 1.3.3 is also not working. Sorry, at this time I have no better solution than yours. Will search next few days. Will compare the packages. |
Chris Gransden (337) 1202 posts |
Installing setuptools fixes it. pip38 install setuptools |
Raik (463) 2059 posts |
Looks like is not working for me. |
Chris Gransden (337) 1202 posts |
Maybe setuptools install failed. Try,
|
Raik (463) 2059 posts |
Setuptools installation was sucessful tells me the taskwindow. P.S. Makes it any difference if I use pip38 or python -m pip? |