Skip to content
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

[REQUEST] Eliminate need for setuptools #125

Open
fuxxociety opened this issue Nov 5, 2020 · 2 comments
Open

[REQUEST] Eliminate need for setuptools #125

fuxxociety opened this issue Nov 5, 2020 · 2 comments

Comments

@fuxxociety
Copy link

I'm attempting to package onkyo-eiscp into LibreELEC-9.2. The LibreELEC maintainers have decided, for whatever reason, not to include setuptools in the resultant image. I'm able to install docopt, netifaces, and onkyo-eiscp, however the entry point script '/usr/bin/onkyo' fails to run, complaining module pkg_resources could not be loaded

Digging around in the source, it seems the only reason setuptools is needed is for the entry point script '$INSTALL_ROOT/bin/onkyo', specifically [console_scripts].

I wouldn't mind making the required changes, but I'm not familiar with python. Is there another way to handle the executable entry point without using pkg_resources/console_scripts?

@sk8er02
Copy link

sk8er02 commented Jul 13, 2021

Any update on this? Looks like setup tools is depreciated? Unable to install :(

@Zardozof
Copy link

Zardozof commented Feb 7, 2023

hello,
On Linux Mint 21, to get around the "easy_install onkyo-eiscp" installation error (ImportError: cannot import name 'main' from 'setuptools.command.easy_install'), I used this command "python3 -m pip install onkyo-eiscp".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants