You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example projects provided in the repo don't work out of the box. I was able to get them to work anyway by using this:
plugins {
id "com.linkedin.python-sdist" version "0.3.9"
}
But when I try using the latest version it fails with errors related to "pbr" not found. Or if I try using a python 3 project I get errors related to pip not found.
I love the idea of this project but without proper documentation or even a working example I can't see how anyone other than internal linkedin developers are able to use this.
The text was updated successfully, but these errors were encountered:
The example projects provided in the repo don't work out of the box. I was able to get them to work anyway by using this:
But when I try using the latest version it fails with errors related to "pbr" not found. Or if I try using a python 3 project I get errors related to pip not found.
I love the idea of this project but without proper documentation or even a working example I can't see how anyone other than internal linkedin developers are able to use this.
The text was updated successfully, but these errors were encountered: