-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
local install fails due to setup.py #301
Comments
Hi, there's some kind of misalignment there with relation to the fact of whether bin is a folder or a package. I haven't solved it completely in the last release, as I was focusing on making the q standalone executable using pyoxidizer. Can you describe the reasons you need it? Is it for actually using q on a machine, or is it for development purposes? Harel |
I was just trying alternative running options. The official ubuntu release seemed a bit outdated and I was reluctant to build my own dpkg from msmetko |
FWIW, just changing
adding |
Steps to reproduce:
The solution is line
setup.py:L28
:'q = bin.q:run_standalone' -> 'q = q:run_standalone'
The text was updated successfully, but these errors were encountered: