-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fpm 1.12.0, Debian 11: python to deb: easy_install executable not available, but required. #1780
Comments
Workaround: downgrade version of setuptools:
|
Not until I read the code I have realised that there is a special option to prefer
The possible answer to described issue is that |
Got the same error on fedora. Use pip instead of easy_install does not work |
I'm still hitting this with 1.14.0
Using
|
As of fpm 1.14.0, fpm will automatically use pip by default, which I hope helps with some of these issues. The use of Regarding the "unexpected directory layout" issue, I think that's a separate issue. I've opened a new issue summarizing what I think has been reported so far in this new issue: #1860 |
Environment:
Issue:
As stated on https://setuptools.readthedocs.io/en/latest/deprecated/easy_install.html , easy_install is deprecated. And removed from setuptools.
After some googling I wasn't able to get it from anywhere on Debian 11.
Are there any ways to overcome this issue?
I.e. is there a way to use fpm to convert python packages to anything (.deb preferably)?
The text was updated successfully, but these errors were encountered: