-
Notifications
You must be signed in to change notification settings - Fork 147
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
build issue - createVirtualEnvironment -> pygradleBootstrap #351
Comments
Even we are facing the same issue , any alternatives? |
Same here. |
I'm still facing the same issue and didn't find any alternatives also.. |
I was able to resolve by downloading dependencies from pypi and uploading to my company's Artifactory. I had to make an .ivy file for each. It was a pain! For example:
There are a bunch more after this FYI. And if you get a missing Python import instead of the 401, do the same, but also add it as a dependency to the lib that needs it, for example:
Just posting this as a workaround. It would still be good to see a fix for this. |
Hi @griffinmm, It seems you have posted in maven dependency format could you please help me out how and where to add the above code in gradle build. May be you can share your build.gradle file with the above things. Thanks in Advance...! |
@rafishaiks03 Here's my build.gradle, sanitized a bit:
|
For anyone else facing these pygradle issue, been able to build on Python-3.8. Like @griffinmm had to download modules from pypi, with some differences:
Details shared here: Build file: https://github.com/alghoshal/pygradle_python3_example/blob/main/build.gradle Script-1 (Downloader): https://github.com/alghoshal/pygradle_python3_example/blob/main/scripts/downloadPyGradleDependecies.sh Script-2 (Fixes name, etc): https://github.com/alghoshal/pygradle_python3_example/blob/main/scripts/fixDownloadedIvyModules.sh |
I see this issue in my build from this morning. And trying to see this PyPi in LinkedIn Artifactory, but could not see that. Is it removed or any issue?
Thanks
Execution failed for task ':airflow:createVirtualEnvironment'.
The text was updated successfully, but these errors were encountered: