-
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
Issue with creating a virtualenv. #348
Comments
I have the same problem on Ubuntu 20.04, looks like this code does not completely write file:
|
Ok, I think I found two solutions to this problem: Another one patching ./pygradle-plugin/src/main/groovy/com/linkedin/gradle/python/tasks/action/ProbeVenvInfoAction.java with following code:
After recompiling and doing ./gradlew publishPluginMavenPublicationToMavenLocal plugin seem to work fine locally. |
Tried with jdk8 - same issue |
Hello,
I tried to get pygradle working with my project, but couldn't get it to work, as during the build in the "wheel-api.py" file, I get three question marks instead of a ')':
The error in the console:
My build.gradle:
I'm using VS Code as my editor on Mac OS 11.0.1. Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: