Loren Carvalho
Loren Carvalho
Hi @axlroden, Thanks for the issue! I think your solution sounds good and could even be safely implemented in a way that's compatible with Windows & Linux, by gating the...
Hi @u84six, In your `setup.py` file add `install_requires=["colorama==0.4.4"]` to your `setuptools.setup` invocation. You can read more about how to declare dependencies from a Python package [here](https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#declaring-required-dependency). Another way would be...
Hey @borgstrom! Good to hear from you 🙂 Currently shiv is constrained to building a locally-compatible artifact, e.g. build on osx, ship to osx. Likewise for linux (though you can...
Hi @aboulart, That's pretty strange, I'm not familiar with mingw or your environment, the error indicates that having a space in your shebang is what's causing the error. Can you...
I'm not sure how `git bash` behaves with regard to single quotes vs double quotes, but that's the only hunch I have as to how this could happen :/
Hi @e3krisztian, this is typically a failure of shiv's ability to determine the _real_ python path to use, if no shebang is provided (via `-p`) then shiv tries to guess...
hi @rhytnen pyz files created with shiv modify the `sys.path` upon bootstrapping and place the packed dependencies before any other instances of site-packages or dist-packages. The precedence order should be...
hi @sdementen, this is an interesting suggestion and one I'm open to, however I would prefer that it be explicit rather than implicit.. perhaps as a flag? `--pip-interpreter` or `--pip-path`...
Hey @Imaclean74 Sorry for the delay in getting back to you. To be completely honest I'm not wild about this change, but given what we are talking about here (UX)...
hi @JDLH, I'm certainly open to supporting `Pipefile.lock`, however I lack direct experience with it (or `pipenv`, for that matter). My understanding is that `pipenv` is compatible with `pip` but...