Chris

Results 9 comments of Chris

I'm having this same issue as well. I've tried a range of versions from 0.5.7 through 0.7.2 tried using Gradle 4.0 and 4.6 all combinations have the same issue. Reverting...

I had a reason to build another internal wheel at my company so I took another run at this. This is the dependency tree before I specified anything. ``` $...

After reverting back to my previously mentioned 'safe place' of 0.4.9 on Gradle 3.5 this is the dependencies output. ``` $ ./gradlew dependencies Build number is 20180608085444 :dependencies ------------------------------------------------------------ Root...

For whatever it's worth, even in my 'safe place' config, if I attempt to auto generate docs, (make a docs directory) I hit this problem as well.

Created a pull request over on Babel to bump their pytz version requirement https://github.com/python-babel/babel/pull/592

@akx Gradle is the resolver in use here. For the record, I don't think the pytz change is the root of the problem, it was just kind of muddying the...

What I was experiencing was an implementation problem on our side. Internally we have a task built on top of `pygradle/pivy-importer/src/main/groovy/com/linkedin/python/importer/ImporterCLI.java` that publishes to a local repo. But we weren't...

Any interest in a [cookiecutter](https://github.com/audreyr/cookiecutter) template? I recently built one for internal use at my work. That would make getting up and running rather easy. I would just need to...