-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] ModuleNotFoundError: No module named 'pkg_resources' #101
Comments
Hi, @robinhood2014, By that time enjoy this meme 👇 , hope you like it 😄 Use this action on your projects. Use jokes on issues instead. |
Same issue on Android 9 using Termux |
Fixed this by installing "setuptools" which provides the module "pkg_resources". Since pip doesn't install this package automatically it should be listed as a dependency for radio-active |
@WyntrHeart Confirmed fixed on Windows. I'm not sure why Python pulls in the "pkg_resources" module by default on desktop Linux but not on any other platform. |
Thank you for the bug working.. |
Describe the bug
On Windows, when I run
radio
, I get the following error output:To Reproduce
Steps to reproduce the behavior:
radio
with any or no parameters.Expected behavior
E.g. when running
radio
with no parameters, I expected a welcome message as described by Derek Taylor a.k.a. "DistroTube" at 5:25 of his video covering this app. Below this, I expected the program to print a message in red letters saying, "No station to play. please [sic] search for a station first!"Screenshots
I've enclosed two screenshots illustrating the different scenarios. The first screenshot is the result of the native Windows version; I obtained the second from running the same command in a Windows Subsystem for Linux (WSL) environment.
Desktop
Additional context
It's possible that this might not be a bug at all, but instead a result of me being a bonehead and forgetting to install a dependency for the native Windows version. Whatever the case may be, please let me know what's up.
The text was updated successfully, but these errors were encountered: