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

Packaging: Figure out how to make PyPi installs on Windows work #1

Closed
omerk opened this issue Sep 10, 2021 · 2 comments
Closed

Packaging: Figure out how to make PyPi installs on Windows work #1

omerk opened this issue Sep 10, 2021 · 2 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@omerk
Copy link

omerk commented Sep 10, 2021

pip install llama-bsl on Windows works, but issuing "llama-bsl" on the command line doesn't run the script.

@omerk
Copy link
Author

omerk commented Sep 12, 2021

Relevant: https://docs.python.org/3/using/windows.html#python-launcher-for-windows (thanks @mattvenn!)

As far as I can tell, adding the ".py" extension back on the script and relying on the py launcher seems to work?

image

More testing needed

@omerk
Copy link
Author

omerk commented May 30, 2023

This is now fixed with the addition of console_scripts in setup.py

@omerk omerk closed this as completed May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant