now that the issue related to boto3 is resolved, I'm running into another problem: running poetry add deutschland -E dip_bundestag seems to not be downloading/installing the de-dip-bundestag package. Therefore the usage example described here won't work.
As mentioned in my latest PR, I actually discovered two problems:
The installation as extra of deutschland doesn't work. Installing the de-dip-bundestag package directly works, but provides an outdated client.
Thus I assume that the GH action is not syncing with PyPI as intended, thus the generated client in the PyPI package differs from the one included in this repo
Of course, we could install directly from GH, but this is rather tedious and contradicts having an actual Python package on PyPI.
Hi all,
now that the issue related to
boto3
is resolved, I'm running into another problem: runningpoetry add deutschland -E dip_bundestag
seems to not be downloading/installing thede-dip-bundestag
package. Therefore the usage example described here won't work.As mentioned in my latest PR, I actually discovered two problems:
deutschland
doesn't work. Installing thede-dip-bundestag
package directly works, but provides an outdated client.Of course, we could install directly from GH, but this is rather tedious and contradicts having an actual Python package on PyPI.