gradle-use-python-plugin
gradle-use-python-plugin copied to clipboard
Use python modules in gradle build
I am using pyenv to manage Python environments on my Mac. ``` alexcombessie@Alex-Air-001 giskard % pyenv version 3.7.13 (set by /Users/alexcombessie/Github/giskard/.python-version) alexcombessie@Alex-Air-001 giskard % python --version Python 3.7.13 alexcombessie@Alex-Air-001 giskard...
I tried to upgrade gradle to the new version and now plugin silently fails on checkPython task. output on gradle 7.5: ``` #13 210.4 > Task :grpc-stub:language_safety:checkPython FAILED #13 210.4...
Bumps com.gradle.plugin-publish from 0.21.0 to 1.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Hi! Thanks for the great plugin. Currently using it in an open-source project and loving it. We are running into a transient error with check python task. This is the...
It would be nice if it were possible to specify a file as a module to install so that we can share modules between projects in a multi module project....
I'm trying to gtr started with this project but `checkPython` keeps failing. This seems to be because it assumes that the binary will be located at `.gradle/python/bin/python` but virtualenv puts...
First of all thanks for the great plugin! We configured `pipInstall` to use native `requirements.txt` file. This gives devs the opportunity to work `pip install -r requirements.txt` on the command...
See error below: ``` Plugin 'ru.vyarus.use-python': registration of listener on 'Gradle.buildFinished' is unsupported See https://docs.gradle.org/8.0.2/userguide/configuration_cache.html#config_cache:requirements:build_listeners ``` For more information on configuration cache: https://blog.gradle.org/introducing-configuration-caching
Is there a way to use venv instead of virtualenv? override the used tool.
Please support **`Pipfile`** as alternative to the limited `requirements.txt`. e.g. https://pipenv.pypa.io/en/latest/basics/#example-pipfile-pipfile-lock Thank you.