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

Entrypoint executable not being created on version 3.4.2 #1327

Closed
ande3577 opened this issue Mar 22, 2023 · 3 comments
Closed

Entrypoint executable not being created on version 3.4.2 #1327

ande3577 opened this issue Mar 22, 2023 · 3 comments
Labels
bug Bug report. confirmed Confirmed bug report or approved feature request. core Related to the core parser code.

Comments

@ande3577
Copy link

ande3577 commented Mar 22, 2023

Installation does not report error, but executable is not created.

Tested using python 3.10.6 and pip 22.0.2 (in Ubuntu docker container)

@waylan waylan added bug Bug report. core Related to the core parser code. confirmed Confirmed bug report or approved feature request. labels Mar 23, 2023
@waylan
Copy link
Member

waylan commented Mar 23, 2023

This is related to the changes in #1324. And I just realized I should have used project.scripts not project.entry-points.scripts. I find it very strange that some entry points don't come under the entry-point name while others do. In any event, this should be an easy fix. Thanks for the report.

waylan added a commit to waylan/markdown that referenced this issue Mar 23, 2023

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
@waylan
Copy link
Member

waylan commented Mar 23, 2023

Btw, you can always run the console script with python -m markdown which is what I do. I never run markdown_py, which is probably why I never noticed the issue.

@waylan waylan closed this as completed in c0faf52 Mar 23, 2023
@ande3577
Copy link
Author

Thank you for the prompt action. Endpoint is back to working on my system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report. confirmed Confirmed bug report or approved feature request. core Related to the core parser code.
Projects
None yet
Development

No branches or pull requests

2 participants