Zvezdan Petkovic
Zvezdan Petkovic
@vivekpathak I think this is not our fault. The package you referenced `opencv-python` does *not* provide the sdist (source distribution) on PyPI: https://pypi.python.org/pypi/opencv-python/3.3.0.10 Please file the issue with the owners...
That's because we need a version to produce the deployable artifact. Simply add `version = '0.0.1'` below the applied plugin in _build.gradle_ and it will work. :-) We also recommend...
This is a duplicate of issue #68 Closing this one. Please follow up for resolution on #68.
@JLLeitschuh Can you please explain more about your project structure? Can the two directories be considered two different Python projects where one consumes another? In that case they could be...
@JLLeitschuh Two questions: 1. Did you try using `${ -> project.version }` instead? That should resolve correctly after changes. 2. Is there a reason why you use master_xxx instead of...
See my comments and suggestions on #214 please. We also added pytest-runner-2.9 and setuptools-scm-1.15.5 to our pypi-external repo which should help as well. Due to the move of PyPI from...
@maksimlikharev Right, I just submitted a PR for upgrade of pypi URL: #224
@maksimlikharev I just released pygradle-0.7.16
@kontact-chan We fixed the Ivy metadata.
@ameliedagenais The `setup_requires` is sometimes necessary -- it's not a bad practice, it's just that _pip_ does not process it, but rather only _setuptools_. @jaredsburrows I don't know the particular...